flash not working in IE

mattk

Free Member
Dec 5, 2005
2,579
974
50
Swindon
Holy S**t - where did you get the code from to do your Flash detection?

I use this code:

HTML:
<object type="application/x-shockwave-flash" data="banner_flash.swf" width="829" height="100">
    <!--[if IE]><param name="movie" value="banner_flash.swf" />< ![endif]-->
    <param name="quality" value="high" />
    <img src="images/banner.gif" style="width:795px,height:100px,border:0;" alt="Team building from City Challenge UK" />
</object>

Just substitute banner_flash.swf for your Flash filename and images/banner.gif if you have a static version.

It's cross browser and XHTML Strict!
 
Upvote 0

Latest Articles