Penagate,

I finally got it to work in firefox. Works fine in Opera, IE, and FireFox.

Only thing that is different is
HTML Code:
<param name="autoplay" value="true">
and instead of using another object tag I took advantage of the embed tag.

Here is the code:
HTML 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>
Thanks for you help