Put flash in webpage – html page

Here is the simple code to put flash animation (swf file) on a webpage.

<object width="550" height="350" data="myalbum.swf" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="id" value="tech" />
<param name="name" value="tech" />
<param name="src" value="myalbum.swf" />
</object>

Popularity: 5% [?]

Leave a Reply