Forum Moderators: open
Currently I have the images set as a background image in the css with some php changing them on load. Can I creat a flash movie place it in the div to cover up the background image and if the user has flash installed and enabled then it plays if the user does not it shows just the background image and nothing else. No grey box with a "click here to download the flash plugin". Since this is a rather unimportant aspect of the page I do not want our users to be distracted.
After hacking together my own standards compliant Flash embed script, I'm going to abandon it for Bobby Van der Luis' Unobtrusive Flash Objects:
UFO uses JavaScript to place the Flash, and leaves your document untouched, much like sIFR. I think that's the kind of thing you should be looking at.
Its compliant and easy, the javascript method relies on javascript being enabled on the users machine.
To dsplay an alternative image if flash is not installed use
<img src="noflash.jpg" alt="you need to install flash to view the whatever" />