Hi,
I am trying to embed an rv file created with realproducer basic in a web page. I am using the following code:
It works fine in IE7 but nothing displays at all in FireFox 2. Any suggestions?
I am trying to embed an rv file created with realproducer basic in a web page. I am using the following code:
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="movies\chrishaslam.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?