Once again I got in trouble with embedding a flashmovie in html.
This snippet helps you to embed your flash in a crossbrowser-way.
And the clue is - it's javascript free:
CODE:
-
<object data="stage.swf" width="400" height="300" type="application/x-shockwave-flash" style="width:400px; height:300px;">
-
<param name="movie" value="stage.swf"/>
-
</object>



17th December 2009
Marvin Blase
Posted in