load external swf file to parent swf file?

Viraj Somani

New member
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");
}

on (release)
{
loadMovie("photogallery.swf", "_root.content");
}




"photogallery.swf" = This is file to i call from external to my parent,


"gallerypopup" = This is a label in my parant swf file

&

"content"= Create an empty movie clip called
 
Back
Top