<object data="myflash.swf" type="application/x-shockwave-flash" id="myflash" width="100" height="200">
<param name="movie" value="myflash.swf" />
<param name="bgcolor" value="#ffffff" />
<param name="height" value="100" />
<param name="width" value="200" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="allowscriptaccess" value="samedomain" />
</object>
Tested in:
IE8
FF
Opera
Chrome
Safari (Windows)
The only thing that this won't do is prompt the visitor to install flash if they are missing it or has the wrong version (like the other tag code does). If anybody knows why else I shouldn't use it, please post your reasoning. I guess in a perfect world, we would not have to pick and choose our evils when it comes to cross browser support.
