Hello everyone, I've done some searching and it seems this strange error code has come up for some. My application's main loop is run by a timer which resets itself and triggers again after completion. (If people are wondering why I do it this way, the length of execution varies greatly depending on what is happening in the main loop during at that moment in time, so a timer that is fired at a constant interval wouldn't do)
Anyway at the end of program execution I call Timer.stop() to begin the clean up process and now I get: Error #2044: Unhandled StatusEvent:. level=error, code= Out of nowhere. No idea why. I wish Flex allowed break on exception. :( Does anyone have any insight on why such an error is being thrown? Has anyone encountered with a Timer class? I do have HTTPService running as well however no changes were made to it at all, and this error just popped up all of a sudden. Any ideas would be greatly appreciated.

