ien
08-17-2006, 05:46 PM
Hi,
I have a main.fla which are loaded with few .swf files on its main timeline using loader component. On Frame 1 of main.fla, I tried to load in intro.swf. It got loaded but I have 2 problems:
1) There are many images in intro.swf which are loaded into itself using loadMovie("filename", targetarea). It works perfectly when I test movie in intro.fla. But when test main.fla, the images could not be loaded. Why?
2) On the main timeline of main.fla, I would like to play intro.swf first then play "home" frame of the main timeline. I guess I have to go to the last frame of intro.fla to tell it to gotoAndPlay("home"). But it didn't work. What should I do?
Many thanks,
yen
I have a main.fla which are loaded with few .swf files on its main timeline using loader component. On Frame 1 of main.fla, I tried to load in intro.swf. It got loaded but I have 2 problems:
1) There are many images in intro.swf which are loaded into itself using loadMovie("filename", targetarea). It works perfectly when I test movie in intro.fla. But when test main.fla, the images could not be loaded. Why?
2) On the main timeline of main.fla, I would like to play intro.swf first then play "home" frame of the main timeline. I guess I have to go to the last frame of intro.fla to tell it to gotoAndPlay("home"). But it didn't work. What should I do?
Many thanks,
yen