Re: [Flashcoders] clearing loaded classes in IDE?

2007-02-04 Thread R�kos Attila

Compiled classes are kept in a subdirectory of Flash's base class
folder in ASO files - this folder on Windows:

C:\Documents and Settings\username\Local Settings\Application 
Data\Macromedia\Flash 8\en\Configuration\Classes\aso

The compiler uses these precompiled files if it doesn't detect changes
in the source (it checks the timestamp of last modification). If you
experience problems simply delete ASO files which will force the
compiler to rebuild the entire application (there is command in Flash
8's control menu for that, but you can remove them manually, too)

  Attila


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] clearing loaded classes in IDE?

2007-02-04 Thread Andy Johnston

delete ASO files


I'm having some weird behavior. The short version is, when I edit one
of my classes, and re-run the FLA in the IDE which absolutely is
dependent on this class, it is not getting the new behavior, and is
clearly running some older version of the class. Is there some reason
the IDE would get confused and keep classes in memory?

It's been a long day.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com