Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flex and embedded XML

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?

like image 559
Artem Tikhomirov Avatar asked Nov 06 '22 22:11

Artem Tikhomirov


1 Answers

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

like image 169
Michael Bushe Avatar answered Nov 08 '22 13:11

Michael Bushe