Right
im a beginner here and been trying to make the final tweaks to my xml gallery.
first of all my image gallery loads multiple xml files with the click of a button like this:
files//
photos_xml = new XML();
photos_xml.onLoad = init;
photos_xml.load(“gallery/projects.xml”,“gallery/journal.xml”,“gallery/illustration.xml”);
photos_xml.ignoreWhite = true;
buttons//
ill_btn.onRelease = function() {
unloadMovie(_root.menu_mc.holder_mc);
photos_xml.load(“gallery/illustration.xml”);…
which works just fine. my problem is i want to target the indivdiual xml files within my code so that i can make certain movieclips show or hide on the stage when the particular xml file is loaded.
please answer should be quick and easy.
i hope i get a response i never seem to get any:*( maybe because i ask complicated qu’s
anyway thanks in advance