>From what it sounds like, I think you want to do something like this: When you receive your event from SWFAddress, you could have your SWFAddress proxy dispatch a notification that a command would listen for. That command could go through your XML nodes and do whatever it is you need to do. Not a best practice to reference a proxy in another proxy.
I hope thats what you were getting at? On Wed, Oct 6, 2010 at 12:55 PM, allandt bik-elliott (thefieldcomic.com) <[email protected]> wrote: > hi guys > > i'm in a studio that has been looking at various frameworks and have settled > on pureMVC due to the large preinstalled userbase (i would have preferred to > go straight to robotlegs but i guess that using puremvc will give me some > history with mvc implementations other than my own) > > i'm setting up a site to use swfaddress and i have a question regarding > using a separate proxy for it > > i load my data / layouts from an xml file and i want to be able to loop > through it when i receive a swfaddress event to check for the layout to use. > I've currently set up swfaddress to use a separate proxy from the xml, which > resides in a data proxy. Is there any way of allowing the swfaddress proxy > to pull the xml from the data proxy or should i be using a single proxy to > achieve this (which is what i've done in the past with my mvc > implementation)? > > thanks in advance > > a > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

