RE: [Flashcoders] ASO files, file times, and classes, oh my

2007-05-08 Thread Matt Samet
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Downs Sent: Monday, May 07, 2007 1:02 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] ASO files, file times, and classes, oh my I've seen this before, but can't clearly understand the root cause. Most likely

[Flashcoders] ASO files, file times, and classes, oh my

2007-05-07 Thread Matt Samet
Hi, I have a project I'm working on that contains multiple class files. Every now and then someone is working on these files who is located in a different time zone. They check in their changes, I get them, and all hell breaks loose with Flash. It's always the same error: **Error**

Re: [Flashcoders] ASO files, file times, and classes, oh my

2007-05-07 Thread Stephen Downs
I've seen this before, but can't clearly understand the root cause. Most likely it is the cross-referencing bytecode compile bug that plagues Flash 8. Deleting ASO files does not work in many cases. I solve it by using my devilishly simple Compile class, as pointed out in the recent Flash