Skip to main content
Participant
February 5, 2009
解決済み

Detecting Flash Player version from outside browser

  • February 5, 2009
  • 返信数 1.
  • 519 ビュー
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
    このトピックへの返信は締め切られました。
    解決に役立った回答 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

    davewg作成者解決!
    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.