In article <bd**********@phys-news1.kolumbus.fi>, "Mika S."
<mi**********@koti.soon.fi> writes:
Hi,
How can I detect if the Flash plugin is installed? Should be working
with the most common browsers and environments.
Thanks,
Mika
<script type="text/javascript">
var flashEnabled = confirm('Click OK if you have Flash, click Cancel if you do
not have the Flash plugin');
if (flashEnabled)
{alert('Wow, you have Flash!')}
else
{alert('OOOps, No Flash installed')}
</script>
Anything else you try will have flaws. Even the above has flaws. How do you use
javascript to detect flash is javascript is disabled?
--
Randy
All code posted is dependent upon the viewing browser
supporting the methods called, and Javascript being enabled.