As flash professional does not have support of flash player 11 while testing project with ctrl+Enter, I can only test flash projects in browser so I can’t use trace to check things working, and I can’t event integrate monster debugger in starling object, it does not trace anything. Does someone have solution for this, I mean how can I test flash project in browser?
As flash professional does not have support of flash player 11 while testing project
Share
You can use the Firebug or Google Chrome’s console for debugging. I made the following class for this purpose. Just call
Log.info(), orLog.dump()to output statements directly to the browser’s console.