|
-
Im trying to load external .swf's for site content using menu buttons.
Ive been trying to use this approach. Call placeholder movie within index swf, use that placeholder to loadmovie into the appropriate location.
Ive been trying to use telltarget to load the place holder clips, is this the best approach? If so could you please walk me through an easy telltarget code it seems to be my main issue since the load movie is working fine. Thanks in advance!!
-
//create the container_mc
this.createEmptyMovieClip("container_mc",100);
//position the container_mc
container_mc._x = 100; // offset from top-left corner
container_mc._y = 250; // offset from top-left corner
//load the external movie into the new movieclip...
container_mc.loadMovie("your.swf");
-
Thanks yet again oldnewbie you've been a great help Ill give this a shot as soon as I get home from work!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|