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