Flash Detection Html Page

Hi,

How do I do a detection page like this:

if (there is flash installed) {
load “main.swf” ;
}
else {
load “noflash.html” page that says to click
here to install flash
}

I saw an example of this in www.dieselmarketing.com site.

Thks!

Kirupa has a tutorial on this…

http://www.kirupa.com/developer/mx/detection.htm

:sigh: