开发者

How can i detect Adobe AIR version through javascript?

开发者 https://www.devze.com 2023-01-08 16:18 出处:网络
I wa开发者_开发知识库nt to detect the adobe AIR version through javascript..how to do that?You can use this variable NativeApplication.nativeApplication.runtimeVersion in javascript you can use air.Na

I wa开发者_开发知识库nt to detect the adobe AIR version through javascript..how to do that?


You can use this variable NativeApplication.nativeApplication.runtimeVersion in javascript you can use air.NativeApplication.nativeApplication.runtimeVersion after including air alias file

I don't know how are you going to use it, but it is better to check for supported features rather than checking for version.

http://livedocs.adobe.com/flex/3/html/help.html?content=runtime_os_info_1.html

0

精彩评论

暂无评论...
验证码 换一张
取 消