hi
when i compile air app in flash cs6 , trace function dont workk and flash cs6 dispatch error with this title: test movie lunch failed, please help me
i do it and problem also Remains ![]()
i also read this artical : http://forums.adobe.com/message/3485163
and the problem so dont solve
AIR uses the ADL (AIR Debug Launcher) to run the apps so it doesn't output anything to the output window until ADL closes and even then it doesn't use trace();
If you want to see feedback as the app runs you need to use an app like Arthropod (http://arthropod.stopp.se) which outputs statements using Debug.log(); instead of trace();
So have the Arthropod window open and change all your trace() statements to Debug.log() as in Debug.log("hello"); and the output will appear when you run the app.
North America
Europe, Middle East and Africa
Asia Pacific