Thursday, December 22, 2011

How To Embed SWF In HTML Code

Valid XHTML flash embed code | Simple flash embed code

<embed width="480" height="290" type="application/x-shockwave-flash" src="images/player.swf" style="" id="main_flash" name="main_flash" bgcolor="transparent" quality="true" wmode="transparent" allowscriptaccess="always" allowfullscreen="true">

Embedding Flash

<object type="application/x-shockwave-flash" data="player.swf" width="300" height="50">
    <param name="movie" value="movie.swf" />
</object>

view Detail

No comments: