I’ve searched the forum extensively but to no avail unfortunately. I saw a similar topic with a similar problem only concerning text. Well my problem concerns a photo gallery (using the great tutorial http://www.kirupa.com/developer/mx/photogallery.htm).
When I play the swf file on its own, everything works fine. The images show up fine, no problems whatsoever. However when I load the swf file from the main swf movie, the photos don’t show.
Here’s the file structure I’ve got:
Flash - Main folder containing the main swf (later to be converted to .exe) file.
images - subfolder in “Flash” containing images.
data - subfolder in “Flash” containing text etc.
swf - subfolder in “Flash” containing the seperate swf files.
The bit of code that is supposed to find the images is:
this.pathToPics = “…/images/”;
How come it works fine when I load the swf on its own but it doesn’t when I load it from the movie?
Thanks a bunch :mu: