Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Check whether browser supports flash movies or not


Message #1 by "Harjit Singh Grewal" <hsgrewal@g...> on Sat, 28 Jul 2001 10:23:38
Hello Everybody,
I am struck with a very basic problem, I have a web page where I want to 
display some flash animation but want to check first whether the browser 
has enabled the viewing of flash movies or not and for that I'm trying to 
use a  simple line of code 

"if (navigator.plugins["Flash"])
    document.writeln("Supports Flash")
else
    document.writeln("Doesn't support Flash")


 , but this is not giving me the desired results. As I can view flash 
movies in my browser but by using the above if statement it gives me 
message that my browser doesn't support Flash. 
Please help me, your help will be highly appreciated.
Thanks
Harjit

  Return to Index