I have flash temple and i want make subpages i even make duplicate of existing so called page and tryed add to new location but isnt work..i dont know how to explain.
My used code is :
Thanks in advancePHP Code:on (rollOver) {
gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
gotoAndPlay("s2");
}
on (release) {
if (_root.link<>5 and _root.flag == 1) {
_root.link = 54;
_root.pgap.bks.gotoAndStop(_root.link);
_root.flag = 0;
_root.pgap.play();
}
}
![]()





Bookmarks