How to embed a 3gpp audio file with quicktime or any other plugin (couldn't find another one) into a website?
this one is not working for me...getting a question mark on the quick time symbol..
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="176"HEIGHT="170" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="recording600855144.3gpp">
<PARAM name="AUTOPLAY" VALUE="false">
<param NAME="type" VALUE="audio/quicktime">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="recording600855144.3gpp" WIDTH="176" HEIGHT="170" AUTOPLAY="false" CONTROLLER="true" type="audio/3gpp" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>
I also want controllers play, pause, stop