Can someone embed a SWF file for me?
I’ve got a really cool SWF file set to BadgerBadgerBadger… but I’ll be damned if I know how to embed it in an HTML page so that it doesn’t take up the whole screen.
Anyone know how to do this? The link to the file is at http://dragonpage.com/MikeMikeMike02.swf
E.
Update: Chris told me how to do it. So this post is toast, and the file is up!

February 19th, 2006 at 4:10 pm
This page should help some: http://www.w3schools.com/flash/flash_inhtml.asp
February 19th, 2006 at 4:13 pm
This page should help some: http://www.w3schools.com/flash/flash_inhtml.asp
February 19th, 2006 at 6:35 pm
How about this:
embed src=”http://dragonpage.com/MikeMikeMike02.swf” bgcolor=”#000000″ width=”500″ height=”375″ name=”MikeMikeMike” align=”middle” type=”application/x-shockwave-flash” />
(Just put a “greater-than” infront of the words ‘embed src’ - I had to leave that symbol out otherwise it wouldn’t post. Also, the above should be all 1 line.)