PDA

View Full Version : Flash Detection Html Page



fspaiva
April 8th, 2003, 05:22 PM
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!

lostinbeta
April 8th, 2003, 05:41 PM
Kirupa has a tutorial on this...

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

:sigh: