Penagate,
I finally got it to work in firefox. Works fine in Opera, IE, and FireFox.
Only thing that is different isand instead of using another object tag I took advantage of the embed tag.HTML Code:<param name="autoplay" value="true">
Here is the code:
Thanks for you helpHTML Code:<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="400" height="240" codebase="http://www.apple.com/qtactivex/qtplugin.cab"> <param name="src" value="../gatorade.mov"> <param name="autoplay" value="true"> <param name="controller" value="true"> <embed src="../gatorade.mov" width="400" height="240" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/"> </embed> </object>




Reply With Quote