TwelvestoneFlash

compiler errors when publishing a project


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
baron ruhstoff
 
2007-12-14

Is there a way to keep the compiler output window from refreshing when it encounters an error whilst compiling multiple flas? The way it is now, if one of x files has an error, the alert will flash briefly only to be replaced when the next file is compiled.

lithium
 
2007-12-16

if you're on mac, open up a terminal window and run this command:

tail -f /Users/{username}/Library/Preferences/Macromedia/Flash\ Player/Logs/flashlog.txt

then your terminal window becomes a constant trace window (including swfs that are running in a browser)

baron ruhstoff
 
2007-12-18

Thanks. Unfortunately I'm on a PC. :(

persist
 
2007-12-18

compile via ctrl-shift-enter

set breakpoints in your code where you suspect code is failing.

Then if all else fails, attach your computer to a ups truck's bumper and laugh hysterically as the computer gets dragged all over town.

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFlash

compiler errors when publishing a project