Hi, I wonder if you could help please? I have uploaded a flash banner to my html site and I want to ensure that users that don’t have the flash pluggin already installed are presented with an alternative image rather than either seeing the red cross or being redirected to download the pluggin. Would anyone know how I should present the code for this?
At the moment this is what i have:
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0” name=“designer_collection” width=“590” height=“200” id=“designer_collection”>
<param name=“movie” value=“banner/designercollection07.swf” />
<embed src="banner/designercollection07.swf" width="590" height="200" name="designer_collection" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
<img src="alternatepic.gif"
width=“590” height=“200” alt=“Bridal designers at The Ivory Boutique” />
</object>
The site is www.theivoryboutique.co.uk
Thanks.