how to replace flash with image on iphone and ipads etc
Hello.
I have a website and I use flash for my header, and once on my homepage too.
On my iphone it doesnt play flash and it just leaves a white square and looks bad.
I heard you can replace flash with a picture when there is no flash..
Here is my code:
<tr valign=top>
<td height=107 colspan="2" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="803" height="107">
<param name="movie" value="inner.swf">
<param name="quality" value="high">
<embed src="inner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="803" height="107"></embed></object></tr>
Where do I put the bit to show an image when there is no flash?
Thanks guys.