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.
Comments
Leave a comment Trackback