I am looking for a script (or link that explains how to do it) that will detect weather the user has a flash player running or not.
I don't want it to offer the option to install the player, rather I want it to:
detect if the user does not have it and simply trigger an event(as in swap out the swf for a static graphic or make the div containing the swf not visible)
this way the user doesn't have to take time to load a player.
I can use this in a function:
but is that all I need -I have been looking at more complicated examples that look for all versions for different browsers.if (pluginlist.indexOf("Flash")!=-1)
document.write("You have flash installed")



Reply With Quote

Bookmarks