Made photo gallery, it browses images with frame jumping.
Loaded it as external swf into empty clip. Positioned perfect, but it was jumping the frames of my menu and not the gallery!
So i used action script;
on (release) {
loadMovieNum(“Photos.swf”, 1);
}
Plays perfect, only now, it positions itself in top left corner of page, OVER MY MENU! Please, help.
Can i got back to loading it into movie clip on a new level? So menu frames don’t jump?
Or is there a code to allign it and position it to the right of my menu?