howdy again!
now i'm trying to communicate with the XMLcon/DataSet from my gallery which i have loaded as a swf.
details:
so, I have put together an 'image gallery' .fla that loads image paths from an XML file using XMLconnector and DataSet components. all are bound correctly and gallery works well on its own (thanks for all the help to get this far!!)
now i have a 'Main' .fla page where i want to load in a 'Photo Page'.swf into a target movieClip, THEN i want to load my 'Gallery.swf' into that (that's right amovie clip, whithin a movie clip, within my Main flash movie!).
all the movies load( i can see the graphics of the 'image gallery.swf') but the thumbnail images, which should be loaded from the XML, don't show up. in fact, i put a trace message on a frame of the 'image gallery.swf' which is supposed to appear once the XML is loaded, but it never seems to load.
i read earlier posts in this thread that putting the Data Components on the 'Main' movies is what works, so i tried that, but still can't get it to go. all my calls to the DataSet have the "_root.DataSet" path but still no good. i also tried "_parent.DataSet" but no go as well.
is this only a 'path' problem, or is there something going on with the components that i am not handling correctly?
if at all possible i would like to keep the Data components in the loaded Gallery.swf - because i will have 4 different galleries in the end with each their own data (though if i could communicate effectively with the components on the Main timeline, i might be able to send it a variable with a path to a new XML file. ugh. that seems pretty compliated though ; ) )
anywayz, if anyone has any thoughts on this, i would love to hear em! let me know if you would like to see my code. thanks!
cheers
-t