| What's the code for putting a flash animation? Quick, easy, Flash question. |
PFOnline

msg:1564516 | 3:19 am on Nov 23, 2003 (gmt 0) | Hi, feel kind of embarassed asking this, lol, but I couldn't seem to find it anywhere. I have completed a flash animation and it is in .swf form and ready to go. Now I'm ready to test it out on the website, but I forgot the html code to display the animation. Does anyone know how to do it?
|
shasan

msg:1564517 | 3:33 am on Nov 23, 2003 (gmt 0) | A little something like this:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="x" heigh="y"> <param name="name" value="YOURMOVIE"> <param name="quality" value="high"> <embed src="http://www.YOURDOMAIN.com/YOURMOVIE.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="32" height="32"></embed></object>
hope that helps
|
PFOnline

msg:1564518 | 3:36 am on Nov 23, 2003 (gmt 0) | Thank you shasan! :)
|
mipapage

msg:1564519 | 4:38 pm on Nov 23, 2003 (gmt 0) | PFOnline, I had some trouble implementing the Satay the way he describes in the article but managed a little work'back' that sorted stuff out for me. If you go with that method and find that you have some trouble with the animation functioning send me a sticky and I'll dig up the solution.
|
|
|