hi guys,
i am building a photography site.
i have an editorial section which has thumbnail in it. and
it calls external swf (bigger version of photograph) in it
with ;
on (release) {
gotoAndplay (20)
_parent.aaaa._visible=false;
_parent.photom._visible=false;
_parent.photomm.loadMovie(“photos-swf/edi/1.swf”);
}
1.swf loads on the desired place, everything is ok.
there is a next button inside “1.swf” that has to call
“2.swf” inside;
on (release) {
loadMovie(“photos-swf/edi/2.swf”,2);
}
in editorial when i click the next button inside the 1. swf
it calls 2.swf but not at the center of the ditorial. it
puts the swf. left top corner…
plaeasae heeeelppp…
i want 2.swf to load at the center of editorial…