Flex and embedded XML

I am using Parsley IoC in my current Flex project. Therefore, I would like to embed the XML configuration of the container in the result of SWF.

How can I load an embedded XML file into an action script XML object?

+5
source share
2 answers

Do you need to use XML? If you configure Parsely through AS or MXML, it will compile and be even faster.

+1
source

There is a declaration in my XML file, so I needed an octet solution from http://cookbooks.adobe.com/post_Embedding_assets_with_application_octet_stream-8046.html instead of the Antti response link.

+1

All Articles