[flexcoders] How to embed XML in AS3?

2005-12-24 Thread flexhtoo
Which file are MIME in Flex Framewrok, that is contain TTF(True Type Font). I want to konw how to embed XML in AS2? Is xml MIME type? My App Directory Structure is the following. +--assets | | | +--employees.mxl | +--main.as Flexhtoo Yahoo! Groups Sponsor -

Re: [flexcoders] How to embed XML in AS3?

2005-12-26 Thread Manish Jethani
On 12/24/05, flexhtoo <[EMAIL PROTECTED]> wrote: > I want to konw how to embed XML in AS2? Is xml MIME type? I don't think there's a way to embed XML in ActionScript. You'll have to use the "XML" element in MXML. Manish Yahoo! Groups Sponsor ~-->

Re: [flexcoders] How to embed XML in AS3?

2005-12-26 Thread Stanislav Zayarsky
> I want to konw how to embed XML in AS2? Is xml MIME type? Let's try the next thing: create XML element in mxml and before this set in flex-config.xml file "true". and then compile mxml. Then open generated *.as file and see what is there. >From there we can take this script: var myXML:XMLNode

Re: [flexcoders] How to embed XML in AS3?

2005-12-26 Thread JesterXL
. - Original Message - From: "Stanislav Zayarsky" <[EMAIL PROTECTED]> To: Sent: Monday, December 26, 2005 1:24 PM Subject: Re: [flexcoders] How to embed XML in AS3? > I want to konw how to embed XML in AS2? Is xml MIME type? Let's try the next thing: create XML element in