Debugging AS3 with firebug's console


marcosweskamp: Debugging AS3 with firebug’s console

The really cool thing is that from flash you can call “console” using ExternalInterface, and any object you pass will be dumped as if it was a javascript object.

Related Posts