1

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.

1

2 Answers 2

2

Use swfobject. With it you can get the flash player version of the user viewing it see http://code.google.com/p/swfobject/

Sign up to request clarification or add additional context in comments.

Comments

0

Check out here

Source: Checking Flash player version using Javascript

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.