Skip to main content
November 30, 2010
Answered

Capabilities.version returns the flash player version within AIR?

  • November 30, 2010
  • 1 reply
  • 396 views

Capabilities.version returns my flash player version, "WIN 10,1,53,64", and not the AIR version within my air app. The Flex 4 reference states, "Specifies the Flash Player or Adobe® AIR® platform and version information". I assume this behavior is a bug, then. How can I obtain the version of AIR programmatically within AIR?

My version of AIR is 2.5.1.17730.

Thanks,

Mark

This topic has been closed for replies.
Correct answer chris.campbell

Hi Mark,

To get the AIR runtime version please try:

NativeApplication.nativeApplication.runtimeVersion

I'll ask around about the docs, it does appear to be misleading.

Chris

1 reply

chris.campbell
chris.campbellCorrect answer
Legend
November 30, 2010

Hi Mark,

To get the AIR runtime version please try:

NativeApplication.nativeApplication.runtimeVersion

I'll ask around about the docs, it does appear to be misleading.

Chris