Quicktime Mov not working in mozilla based browser
Posted by: greddin
Posted on: 2005-12-10 08:46:00
I've attempted to follow the tutorial on how to embed a quicktime movie into my webpage. My webpage shows the movie in IE but not in FireFox or Netscape. It just shows the Quicktime logo and never starts.
Here's my code:
<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="318" height="212" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="China2003_compressed2.mov">
<param name="qtsrc" value="rtsp://streaming.greddin.com/streaming.greddin.com/China2003_compressed2.mov">
<param name="autoplay" value="true">
<param name="loop" value="false">
<param name="controller" value="true">
<embed src="China2003_compressed2.mov" qtsrc="rtsp://streaming.greddin.com/streaming.greddin.com/China2003_compressed2.mov" width="318" height="212" autoplay="true" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed>
</object>
Can anyone help me?