Thanks for the input... I might give that a whirl.  just as an FYI for me, or I 
guess an FMI can you do what I was trying to do initially?  I'm still doing 
some searching, but not finding much on updating static vars or partially 
calling a constructor... Oh, that just gave me an idea.



--- In flexcoders@yahoogroups.com, Oleg Sivokon <olegsivo...@...> wrote:
>
> I'd consider doing something like this:
> 
> public static const PHONES:XML =
> <phones>
>     <contact n="1234567890"/>
>     <affiliate n="0987654321"/>
> </phones>;
> 
> 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:String;
> 
> Best.
> 
> Oleg
>


Reply via email to