Hi,
i wanted to load external flip book to another swf
for this i used the following script:
on (press) {
gotoAndPlay("flip_book");
_root.createEmptyMovieClip("container",1);
_root.container._x = -108.9
_root.container._y = -150.0;
_root.container._xscale = 83
_root.container._yscale = 83;
_root.loadMovie("flipbook.swf", "container")
}
By using this script flip book load in my another swf but it load full screen and i can't get control to unload this flip book swf also i can't see my another links. Then the only option is close the hole presentation
Please help me
Thanks in Advance