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?
Do you need to use XML? If you configure Parsely through AS or MXML, it will compile and be even faster.
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.