Click to See Complete Forum and Search --> : Detect program


Alien Man
06-05-2003, 03:37 PM
I know there is code to find out what browser a person is using when they come to your site. Is there code to see if there is a program on someones system :confused:. I have a little flash on my site and would like to see before hand if they have it or not. If not I have alternate code for them.

Thanks in advance

brendandonhue
06-05-2003, 03:46 PM
You can detect browser.
You can't detect a program.
Not sure if there is anything specifically for flash...
Usually there is just the message
"If you dont see the graphic above, click here for an HTML version"

scriptkid
06-05-2003, 03:50 PM
Put a small flash movie on your html page that redirects you if it loads, otherwise the page stays on the html version

Alien Man
06-05-2003, 04:04 PM
Thanks guy's that's all I needed to know. A button it is.

scriptkid
06-05-2003, 04:17 PM
Come to think of it there is a way with javascript i believe to detect if the flash plugin is installed. Im about 80% sure on this...ill do some research.

pyro
06-05-2003, 06:16 PM
Yes, you can detect the flash player with javascript: http://www.xs4all.nl/~ppk/js/flash.html

Alien Man
06-05-2003, 06:40 PM
Thanks pyro. Looked it over very interesting how they use Vbscript and JS.