Formula for recognizing Flash player -
01-14-2004
, 06:53 AM
Hi
I want to put a flash animation inside my first page, but it is very important to me that the user can have Flash player 6 or 7.Is there any JavaScript formula for me to put it inside that page like this:
If the user has flash player 6 or 7
do nothing
else
goto("Macromedia url to download that version of flash player")
please write the exact formula for me and tell me where I should put it (for example put in <head> or <body>) |