SMIL help

Associate
Joined
31 Oct 2003
Posts
526
Hi

i have created a smil animation and i am trying to embed it into my html. I am using the following code. when testing on local host everything works fine. when i upload to my webserver i get the following error :

a general error has occured :
mem://057DDAF0/wwwusers.brookes.ac.uk/04106649/smil/slide1.jpg

i have search lots of websites but some give totally different methods that are not useful i believe.
anyhelp would be really much appreciated.
thank you

Code:
 <object id="media"classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="600" height="300">				 <param name="src" value="smil/SMILe.smi">
<param name="console" value="Clip1">
<param name="controls" value="ImageWindow">
<param name="AutoStart" value="TRUE">
<embed controls="ImageWindow" console="Clip1" type="audio/x-pn-realaudio-plugin" src="smil/SMILe.smi" width="600" height="300" autostart="true">
</embed>
 
Associate
Joined
27 Dec 2004
Posts
612
Location
Andover
Thread revival from a year ago! Notice you go to brookes too :) I take it you did the SMIL animation for the Multimedia Application Design module... Did you ever get this working in the end as i'm having exactly the same problem!
 
Back
Top Bottom