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!









This page should help some: http://www.w3schools.com/flash/flash_inhtml.asp
This page should help some: http://www.w3schools.com/flash/flash_inhtml.asp
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.)