Click to See Complete Forum and Search --> : Problem Embedding Real Movie in web page with FireFox


lordvader
02-02-2007, 06:33 AM
Hi,

I am trying to embed an rv file created with realproducer basic in a web page. I am using the following code:


<object classid="clsid:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" type="application/vnd.rn-realplayer-javascript" >
<param name="src" value="mymovie.rv">
<param name="autostart" value="true">
<param name="controls" value="imagewindow">
<param name="console" value="video">
<param name="maintainaspect" value="true">
<embed src="mymovie.rv" type="application/vnd.rn-realplayer-javascript" autoplay="true" width="320" height="240">
</embed>
</object>

It works fine in IE7 but nothing displays at all in FireFox 2. Any suggestions?