im making a photo gallery
but i made it in a different swf file then the rest
(else it wont work at all)
everything works separatly, only if i load the swf file which contains
the foto gallery in the main movie, it doesnt display the pictures only the guide-buttons…?
howcome…?
i read the Photo gallery tutorial on kirupa, again it works seperatly but if i place it into the main movie, it doesnt work at all…
i did the same thing, similar to you…except, i did Dynamic text instead of picutres…
i have a index.swf and it loads another movie called about.swf
the about.swf has a dynamic text box with stuff inside and a scroll bar. how come when i load the about.swf into the a blank movie clip in index.swf i only get the scroll bar showing?!
help! this problem is killingme
i imitated the fading grid effect on kirupa, it can found by going to “search” then typing in “fading grid” …and i made it into its own little .swf
now i tried to load it from a main.swf and noting comes up, the movie loads into the empty MC but the animation does not start.
Not looking at the code,
but I would guess all your problems are path-related,
means that if in the loaded swf, there’s references to _root,
it might not work anymore when loaded into another swf…
check the code for that, try _parent instead…
like you said I changed the _roots to _parent and tired loading, the movie didn’t even do the effect and plus it didn’t show up when i loaded it into another .swf