Here’s a code snippet that references the versionNumber and renderMode:
var appDescriptor:XML = NativeApplication.nativeApplication.applicationDescriptor;
var ns:Namespace = appDescriptor.namespace();
trace( "versionNumber: " + appDescriptor.ns::versionNumber );
trace( "renderMode: " + appDescriptor.ns::initialWindow.ns::renderMode );
No comments:
Post a Comment