? on <embed> and <object>

liunx

Guest
I have IE 5.5 and from what i understand i have to use the <object> element in conjunction with the <embed> element to have it work. I used the following code:<br />
<br />
<object id="mikemyers" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="250" height="100"><br />
<param name="src" value="mike myers - s a t u r d a y night.rpm"><br />
<param name="controls" value="PlayButton"><br />
<br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"mike myers - s a t u r d a y night.rpm" nojava="true" height="100" width="250" autostart="false" controls="PlayButton"><br />
<br />
</object><br />
<br />
and nothing rendered.......i have realplayer 8 and it works fine......is there something that im missing??thanks<!--content-->Maybe it doesn't like the spaces in the URL. Try renaming the file.<br />
<br />
If that doesn't work, try the embed tag all by itself in a file and see if the player come up.<br />
<br />
If that doesn't work, try the object and param tags all by itself in a file and see if the player come up.<br />
<br />
If that doesn't work, ask the RealPlayer website.<!--content-->
 
Back
Top