Forum Moderators: open

Message Too Old, No Replies

Alternate flash elements

those who have falsh see flash

         

humpingdan

10:45 am on Feb 24, 2004 (gmt 0)

10+ Year Member



users who visit my site a presented in the header with a small flash animation 10kb, i was wondering through using javascript or any other scripting method if it is possible to show a static image to those who do not have flash installed?

i realise those who do not have javascript installed will not see this alos but hey nobodys perfect?!

Dan

isitreal

7:06 pm on Feb 24, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



That feature is built into the object tag, also I think the embed tag, just put a link to the default between
<object...>
<img src="default.jpg">
</object>

or

<embed>
<img src="default.jpg">
</embed>

I believe that is right, somebody correct me if it isn't.

The browser cascades down the list, until it finds one it can use, starts with flash, if no flash, goes to image.