0

Trace command will not work in Flash CS3 + AIR development unless in debug mode..
I find dificult to work without trace command, I found the arthropod while searching for 2 mins in the WEB.
Its an AIR application.
Its simple to import the classes and to trace.
// Air debugger--- Arthropod
Posted on 2:25 AM by Author and filed under
AIR
Trace command will not work in Flash CS3 + AIR development unless in debug mode..
I find dificult to work without trace command, I found the arthropod while searching for 2 mins in the WEB.
Its an AIR application.
Its simple to import the classes and to trace.
// Air debugger--- Arthropod
import com.carlcalderon.arthropod.Debug;
and to trace call
Debug.log(String( event.target ));
here is the link to the website
Link to documentation
and to trace call
Debug.log(String( event.target ));
here is the link to the website
Link to documentation
download the AIR App
Post a Comment