quicktime problem in firefox

andy33

Registered
HI, all

i now have a problem with using quicktime to see a streaming file(rtsp) in firefox.

but it's seen not the quicktime problem, since i can see the the video played by quicktime in the apple's web page(http://www.apple.com/mac/)

but when i embedded the stream file into my web pabe(ps 1), the safari can see it, while firefox can not see anything but a blank page(i even cannot see the quicktime's logo "Q").

firefox 3.6.1, mac mini server snow leopard

i use the following code in my html

<object width="160" height="144"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="rtsp://@:port">
<param name="autoplay" value="true">
<param name="controller" value="false">

<embed src="rtsp://@:port" width="160" height="144"
autoplay="true" controller="false"
pluginspage="http://www.apple.com/quicktime/download/">
</embed>

</object>

Any idea?

Thank for your help!
 
Back
Top