Link to home
Start Free TrialLog in
Avatar of techpr0
techpr0Flag for United States of America

asked on

Image instead of Flash not detected

I would like to display an image  instead of Flash not detected when flash file cannot be displayed.
code below.
<div id="tedaLogo">Flash not detected</div>
<script type="text/javascript"> 
   var so = new SWFObject("flash/tedaLogo.swf", "mymovie", "307", "180", "7", "#ffffff");
   so.addParam("AllowScriptAccess", "sameDomain");
   so.addParam("Scale","showAll");
   so.addParam("SeamlessTabbing","1");
   so.addParam("align","middle");
   so.addVariable("SI_p", "0");
   so.write("tedaLogo");
</script>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Designbyonyx
Designbyonyx
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial