> The third is to define the variables before hand in a separate .as file and > include them ( like the VAR example above). This is really just a way of > compartmentalizing the code and doesn't really solve the issue. You're just > storing part of your code in another file and it's including that code when > it runs - I a lot like html includes.
#include takes place at compile time, not runtime. regards, Muzak _______________________________________________ [email protected] 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

