Welcome Guest, Not a member yet? Register   Sign In
how to detect flash version in browser ?
#1

[eluser]Mr-H[/eluser]
hi every body how can i detect the flash version installed in the clients browser using php
i tried to get the detectionkit provide by adobe.com ; but i dont know what to do whith .
any help?
#2

[eluser]WanWizard[/eluser]
Flash is client-side technology, so you will have to use javascript to detect if flash is installed, and if so, which version.

If you want your application to be aware of this information, either send it back using hidden fields in a POST form, or use an ajax call.
#3

[eluser]Mr-H[/eluser]
thanks for reply.
but its said that i can made it also whith php:
Using JavaScript to detect Flash Player http://www.adobe.com/support/flash/how/shock/javaplugs/

Flash Player Detection Kit http://www.adobe.com/products/flashplaye...ction_kit/

i need to tell users to upgrade there flash to version 10.1
but how?
#4

[eluser]WanWizard[/eluser]
I can't see any reference to php there.

If it's only to inform your users that a new version exists, just look at the clientdetection example in the detection kit, it shows you all you need to know.




Theme © iAndrew 2016 - Forum software by © MyBB