News for the ‘flash’ Category

Embed a flash file in HTML

This is the first of some very elementary Flash tutorials I will be posting here. This is an exercise in keeping all the cool flash code I have learned in one easy place for me and hopefully to help others. So here is some code I use to embed flash files in HTML pages:

<object width=”275″ height=”200″>
<param name=”movie” value=”yourfile.swf”>
<embed src=”yourfile.swf” width=”275″ height=”200″>
</embed>
</object>

And that’s pretty much it.

Posted: September 22nd, 2010
Categories: flash
Tags:
Comments: 1 Comment.