Hello everybody !
i have a problem : i downloaded the photo galery from the tutorials and call it dinamicly in another swf movie of my own with this :
but.onPress = function () {
_root.createEmptyMovieClip(“container”, 1);
loadMovie(“photo galery.swf”, “container”);
container._x = 160 ;
container._y = 165 ;
}
but when i play, it shows the first picture and stops, i cant use the arrow buttons nor the buttons.
the photo galery on its own works perfect, but when i put it inside
plspls help me