I am using javascript code shown below for displaying Browser plugins for Flash Version.
Code is:
<script>
txt=navigator.Flash;
document.getElementById("flash").innerHTML = navigator.Flash;
</script>
But this code output is displaying
undefined
I want the version number of flash player to be displayed.
I have no idea how to go ahead. Please help. Thanks in advance.