actionscript 3 - Different versions of AIR and Flash being used in release and debug -
i making few http/https requests servers adobe air application. while monitoring network traffic (using fiddler web debugger), noticed when debugging, different version of air , flash being used when installed application (production) executed.
here's differences:-
**production** user-agent: mozilla/5.0 (windows; u; en-us) applewebkit/533.19.4 (khtml, gecko) adobeair/17.0 x-flash-version: 17,0,0,128 **debug - adt** user-agent: mozilla/5.0 (windows; u; en-us) applewebkit/533.19.4 (khtml, gecko) adobeair/3.1 x-flash-version: 11,1,102,58
how can ensure running application same version of air , flash while debugging, because difference in environments cause of concern.
you can target specific flash players compiler options... swf-version=17
Comments
Post a Comment