I'm trying to streamline my ActionScript 2 development experience. Using SWFMill, MTASC, ASDT and others all make development pretty easy and fun. The problem is that once I have something to run, there's not a lot of help. Sure, I've configured my traces to show up in FireBug, but *real* errors are not shown anywhere.
For example: var x:Object = new Object(); var y:Number = x.value; Of course there's an error on the second line, but where do I see that 'value' is undefined? I tried installing the Flash Debug Player, but it didn't write anything to the log/trace file. Maybe it only works with AS3 code. Any solution for this? Thanks, Barak
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
