RE: [flexcoders] Updating Static vars

2010-05-11 Thread Gordon Smith
ps.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Joshua Sent: Monday, May 10, 2010 2:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Updating Static vars Hello I've got a situation as follows 1. I have a class called MessageStrings.as that I use for storing static consts an

Re: [flexcoders] Updating Static vars

2010-05-10 Thread Oleg Sivokon
I'd consider doing something like this: public static const PHONES:XML = ; Les writing, less processing and you can even let the bookkeeper do the work (instead of having the XML coded in the file, you could embed it for example) [Embed(source="phones.xml")] public static const PHONES

[flexcoders] Updating Static vars

2010-05-10 Thread Joshua
Hello I've got a situation as follows 1. I have a class called MessageStrings.as that I use for storing static consts and variables used throughout my project. 2. Recently, we started an affiliate program where I need to make modifications to the MessageStrings to change company names, em