when building using:
flashcommand -e -s input.fla -o output.swf
everything works properly so long as the compiler doesn't run into any errors.
The first time it hits
one, the output points you to the line that caused the error.
However, once you edit and resave your source .as files, rerunning flashcommand
will emit the
same error as before, even quoting lines from the old version of your source
file. it's hard to tell
whether the flash app is somehow looking at the old, pre-overwritten version of
the file or if
flashcommand is caching the old file somewhere.
Original issue reported on code.google.com by
swineh...@gmail.comon 8 Aug 2008 at 8:19