Trying (unsuccessfully) to add alternate text to appear as a page heading for browsers/i phones/andriods not supporting flash.
The flash peice is a animated logo that appears on the webpage as heading
Have tried pretty much everything from wrapping the flash peice in DIV tags, object tags, addng alternate text within the object and embed tags but just cannot get this right.
Either the alt text and the logo appear simutenaoulsy or the alt text dpesnt appear at all!!!
Any help very much appreciated at this point
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
class="result10435918"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,40,0"
width="595"
height="39"
id="haxe"
align="middle">
<param name="movie" value="logo70644855.swf"/>
<param name="allowScriptAccess" value="always" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<div> <p>text</p><embed src="images/homeheader2.swf"
wmode="transparent"
width="595"
height="39"
name="haxe"
quality="high"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
></embed></div>