I recently upgraded to Flash CS6, and now my trace statements in Actionscript 3 are not writing to the output window.
If I create a simple document with this Actionscript...
trace("test!");
...I get no results in the output window. I don't know why this is happening. Is this a bug?
And I have researched this, and I can tell you this:
- I'm just publishing locally and this is still happening.
- I'm publish previewing to Flash, not HTML
- In the publish settings tab, "omit trace actions" is unchecked
- In the Output panel, I have tried all options for filter (from nothing to "none" to verbose)
I'm pretty sure it was working, and then stopped.
Any thoughts?