i'm building a website using flash. i have a external swf file that i want to import into my website. when i call that external swf in to my parent swf file that load full. but i want that to load a specific frame. I am using this code
on (release)
{
_root.gotoAndPlay("gallerypopup");
}...