Xml – Flex and embedded XML

actionscriptactionscript-3apache-flexxml

I'm using Parsley IoC in my current Flex project. So I'd like to embed the container configuration XML onto the result SWF.

How could I load embedded XML file into action script XML object?

Best Answer

Do you need to use XML? If you configure Parsely via AS or MXML it will be compiled in and will be even faster.