I’m trying to make an external swf use a different xml file determined by what an user clicks.
Currently, my main DocClass is dispatching to a xmlDispatch DocClass .
In the xmlDispatch, I have a trace event that traces the correct changes I need.
Now I need for the external swf to pull this dispatch, and us the data to load the correct xml file.
In the external swf, I sue the following to set my xml file.
xmlLoader = new URLLoader(new URLRequest(modXmlFile));
If I change modXmlFile to m1.xml, the external file will load images in. Just not the correct images.