I’m using external SWF files in my site and using multiple files at once…Our main file is calling 2 swf’s at once with no problem but then one of the external swf files “portfolio” is calling on its own external files “Webdesign.swf”, “photography.swf” and so on. everyhing works right when you click the first button, but when you click the second button it just reloads the previous one you clicked? i know this may sound confusing so here is the test site.
You were not correctly labeling where to load your section swf’s (considering their levels within each one. Any time you are loading external swf’s into other movies, the best way to make sure your targeting is still cool, is to just put one of these on a clip:
onClipEvent(load){
trace (this);
}
I wasn’t able to COMPLETELY make sure everything loads and populates because you didn’t include your XML files inside that directory