You would only need this code:

var applicationContext:XMLApplicationContext = new
XMLApplicationContext("applicationContext.xml");
applicationContext.addEventListener(Event.COMPLETE,
onApplicationContextComplete);
applicationContext.load();


More info here:

http://www.herrodius.com/blog/145


Greetz Erik


On 4/21/08, Iman Khabazian <[EMAIL PROTECTED]> wrote:
>
> Christophe,
>
> This is a very nice framework you have.  Looks like you have done a lot of
> great work.
>
> I noticed you the extended PureMVC Single core version, any plans of doing
> the multi-core version as well?
>
> Also, lets say I have a project where I want to use prama code to extend
> my own framework, specifically to use prama code that parses XML files and
> creates objects (with a facctory).  Which classes/documents/sample code
> files should I look at to figure out the best way of doing this?
>
> Thanks,
> Iman
>
>
> --
>
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to