Click to See Complete Forum and Search --> : ? on <embed> and <object>


sphinx3212000
07-06-2003, 06:41 PM
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:

<object id="mikemyers" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="250" height="100">
<param name="src" value="mike myers - s a t u r d a y night.rpm">
<param name="controls" value="PlayButton">

<embed src="mike myers - s a t u r d a y night.rpm" nojava="true" height="100" width="250" autostart="false" controls="PlayButton">

</object>

and nothing rendered.......i have realplayer 8 and it works fine......is there something that im missing??thanks

gil davis
07-07-2003, 07:20 AM
Maybe it doesn't like the spaces in the URL. Try renaming the file.

If that doesn't work, try the embed tag all by itself in a file and see if the player come up.

If that doesn't work, try the object and param tags all by itself in a file and see if the player come up.

If that doesn't work, ask the RealPlayer website.