PDA

View Full Version : images in intro.swf are not loaded to main.fla


ien
08-20-2006, 01:12 AM
hello,

l have been struggling with this problem for a while. I have a main.fla file which loads in 7 .swf files. I have no problem with loading in the other 6 swf file except intro.swf.

i could load in intro.swf into main.fla but the problem is I can't see the images which were externally loaded into intro.fla. The thing is I can see the image holders (which i created in intro.fla to hold the images) on main.swf but not the images. I used the following code to load in the images into the image holders in intro.fla loadMovie("filename.jpg", imageholder).

Because the imageholder are created in intro.fla, there seems to be no way I can reference the images to appear on the exact locations in main.fla (e.g. using _parent or _root. ...) . I won't want to create the imageholders in main.fla since it is supposed to only load in .swf files.

Any advice is appreciated. thanks.

mooska
08-20-2006, 10:01 AM
how do you create those containers ? With code or manually ?
Check are your holders visible for the loadMovie function
trace(this.imageholder);
Check if you dont have any _root. referencing (use this._parent instead)