Script to show picture insted off flash animation

He has: 8 posts

Joined: Nov 2005

Hi

I'm building a website that has a flash-element that shows different pictures every two seconds.
Some users don't have flash-plugins installed in theirs browsers. For those users I want to show a
static picture.
Is there a script that can check if the users has a flash plugin. If not, the script has to show a static picture.

A lot of thanks.

Accessko

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Try swfobject:

http://code.google.com/p/swfobject/

I'm using this on one of my sites. It actually just doesn't show anything if flash isn't available. I put in a static image as a CSS background on the div where the flash is placed. That way if the user doesn't have flash, the static image is shown. Otherwise the flash is put in on top of the static image.

decibel.places's picture

He has: 1,494 posts

Joined: Jun 2008

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.