I currently have two websites that have a small flash intro. The owners have advised that they flash does not show on mobile devices and would like some Alt text or a static image in its place.
I have looked around google but cannot see any easy answer to this. Below is my current code.
<div class="flash-header">
<!--Valid Flash Version 8.0-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
width="980" height="389">
<param name="movie" value="flash/header.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
<!--[if !IE]> <-->
<object data="flash/header.swf"
width="980" height="389" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
You Do Not Have The Latest Flash Player Installed.
</object>
<!--> <![endif]-->
</object>
</div>
Help
















