Re: [flexcoders] is change a program's namespace in run-time possible?

2007-12-04 Thread Tom Chiverton
On Monday 03 Dec 2007, garylee0709 wrote: > "use namespace ..."to change some constants of program at run-time, You shouldn't need to do that (unless you are using mx_internal, in which case good luck !). Do you have a small example ? -- Tom Chiverton Helping to collaboratively disseminate proa

[flexcoders] is change a program's namespace in run-time possible?

2007-12-02 Thread garylee0709
i try to use the code: "use namespace ..."to change some constants of program at run-time, it seems no working at all... is there a way to work this out? any replies will be greatly appreciated.