PDA

View Full Version : Shockwave Files


JYM
12-16-2004, 10:33 AM
I use a WYSIWYG editor, because my HTML is very bad, and I was wondering if there is a code for inserting Shockwave files (.swf) into my webpages. I use NVU, and It doesn't seem to have the Flash option....

shwaza
12-16-2004, 10:45 AM
Have no fear, flash man is here! lol i need a theme song, anyway add this into your page (in the html) and change the blahs to your file name, and change the x's into the correct width and heights

<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" height="x">
<param name="movie" value="blah.swf">
<param name="quality" value="high">
<embed src="blah.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="x" height="x"></embed></object>

chilipie
12-22-2004, 08:48 PM
Just out of interest, has anyone else read the Flash Satay (http://www.alistapart.com/articles/flashsatay/) article at ALA? It tells you about embedding Flash in XHTML, while still producing valid, standards compliant code.