Is it possible to redirect Flash Player's trace output to Chrome's ( or other browsers' ) developer console ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
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/ |
|||
|
|