Is it possible to redirect Flash Player’s trace output to Chrome’s ( or other browsers’ ) developer console ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this by calling JS from your app, using ExternalInterface.
Then just call js console.log(“message”);
Here is a sample:
You can also have a look at http://ripeworks.com/tracing-as3-to-chrome/ one of the google results.
Also more info about calling JS from AS3 and back here http://www.redcodelabs.com/2012/04/calling-actionscript-method-from-javascript/