2

I've seen two answers:

  1. Adobe Flash Detection Kit - Detect Flash version using JavaScript
  2. JavaScript routines only: http://www.prodevtips.com/2008/11/20/detecting-flash-player-version-with-javascript/

Simple questions:

  1. are the detection algorithms, described above, identical and if not - which way is better?
  2. Will they work the same for desktop and mobile browsers (both iPhone/iPad and Android)?

1 Answer 1

1

The two methods are not identical but I would recommend using the Adobe provided one since it is more likely to remain functional in future updates to the Flash Player.

Alternatively, you could use SWFObject as recommended by the posters in this thread - Cross Browser Flash Detection in Javascript

And not worry about the implementation :)

There is no reason that any of these scripts will not run in Safari on the iPad/iPhone or other browsers on Android devices.

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

1 Comment

does it react properly when there is no flash at all?

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.