Skip to main content
Participant
February 5, 2009
Answered

Detecting Flash Player version from outside browser

  • February 5, 2009
  • 1 reply
  • 519 views
Hi there,

I was wondering if it is possible to detect the version of the Flash Player on a Mac, but from outside of the browser. Our product needs to know what Flash version is present as installation time, so I need to detect it via shell / perl script.

Does anybody know if this is possible, and what might be the most efficient approach?

King Regards
davewg
    This topic has been closed for replies.
    Correct answer davewg
    Hi, just for reference, using a shell script to retrieve the CFBundleShortVersionString key from plugins plist seems like a good way to go. Plugin is in /Library/Internet Plug-Ins.

    1 reply

    davewgAuthorCorrect answer
    Participant
    February 6, 2009
    Hi, just for reference, using a shell script to retrieve the CFBundleShortVersionString key from plugins plist seems like a good way to go. Plugin is in /Library/Internet Plug-Ins.