Skip to main content
February 5, 2009
Answered

Detecting Flash Player version from outside browser

  • February 5, 2009
  • 1 reply
  • 522 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 is closed to new replies. Start a new post to keep the conversation going.
    Correct answer
    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

    Correct answer
    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.