flash - what exactly does setting the AIR namespace do? -
so when setting air namespace in application-descriptor of air application, tells minimum air runtime app compatible with, right?
but more disallowing installation if lower runtime version installed?
for example, if air runtime 3.0 installed, may application perform in way different if namespace set either 2.0 or 3.0 in application descriptor?
the air namespace 3 things:
distinguishes sdk of air other possible environments (flex) compiler
imports air specific packages runtime environment
deprecates air packages have been deprecated based on version number, , introduces new packages based on version number
for example:
you must update application descriptor file 16 namespace in order access new air 16 apis , behavior. if application not require new air 16 apis , behavior, not required update namespace. however, recommend users start using air 16 namespace if not yet taking advantage of new 16 capabilities. update namespace, change xmlns attribute in application descriptor to:
<application xmlns="http://ns.adobe.com/air/application/16.0">
references
Comments
Post a Comment