The Horizontal Scroller Slideshow is a scroller that links to a xml file that hosts images.
Ok, so when I build 3 swf files, each has it’s own scroller, each has its own corresponding xml file. Separately they all work fine.
My problem is, when I load the swf files inside a root swf file, with the command:
on (release) {
_root.contentw.loadMovie(“editorial.swf”
;
}
One will load, but then when I click on another button to load a different gallery say:
on (release) {
_root.contentw.loadMovie(“fashion.swf”
;
}
It will just reload the editorial gallery…
Does anyone know how to help?
Posted 3 months ago











