Currently have an annoying problem using SMIL for a piece of coursework at Uni, i'm trying to embed the code using realplayer. I really don't want to use Real Player but its part of the coursework specification which really does suck.
This is the current way of implementing that i'm using but i've also notice it doesn't validate properly using XHTML.
The error i recieve just says "A general Error has occured" after trying to connect to Real Player.
Any ideas?
Code:
<object id="media"
classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
height="500" width="500">
<param name="controls" value="ImageWindow">
<param name="console" value="Clip1">
<param name="autostart" value="true">
<param name="src" value="http://wwwusers.brookes.ac.uk/06058410/file.rpm">
<embed src="http://wwwusers.brookes.ac.uk/06058410/file.rpm" console="Clip1" controls="ImageWindow" height=500 width=500
type="audio/x-pn-realaudio-plugin" autostart=true>
</embed>
This is the current way of implementing that i'm using but i've also notice it doesn't validate properly using XHTML.
The error i recieve just says "A general Error has occured" after trying to connect to Real Player.
Any ideas?