4

I'd like to store the flashversion of users of a website in a database, so when they report problems with the website I can easily see which flash version they use. Is there a way to detect it with PHP or with javascript?

3

1 Answer 1

1

AS3 replaced AS2's patchy getVersion with the flash.system.Capabilities class. There you will find a property called version that will give you what you want. It's not in Javascript or PHP, but a small (and possibly invisible) SWF can easily send a get request to a server page to post the information to your database.

If you need the request to be done in Javascript, for some reason, it is possible (although not fluid) to have AS3 and Javascript communicate.

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

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.