hi all. i need some help which might be too easy for u guys to answer:
i want to load a 200x150 px external movie (home.swf) into a 500x300 px main movie (index.swf), and the home.swf supposed to be loaded at the position of (_x =100, _y=100) on level 2 of the index.swf, so i used this AS on a button somewhere on that index.swf:
what ever movie you are loading needs to be loaded into an existing clip within index.swf…when loading another swf into a level of index.swf all the assets of home.swf are independent…
make an emptyclip and place it on the main stage where you want your home.swf to be, or specify its placement afterward if needed. Name this clip “holder”.