HTML code, if viewer cannot display an .SWF, have it display a JPEG?

Kevin K

New member
Hello everyone,

I am looking for some HTML help. I am injecting some code into my Squarespace website builder to have my sites banner be a .SWF file. It's simple and it works:

<div style="position:absolute;margin-top:-44px">
<object width="373" height="50">
<param name="movie" value="test_flash_banner.swf">
<embed src="/storage/test_flash_banner.swf" width="373" height="50">
</embed>
</object>
</div>

What I want to do is have it show a jpeg instead of the .swf, if you user can't see .swf files (doesn't have an up to date flash player)

Is there a way to do that?
 
Back
Top