A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [Resolved] [Resolved] ARRGG! Having button problems!!

  1. #1
    Senior Member
    Join Date
    Jun 2000
    Posts
    291
    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!!

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397

    //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");

  3. #3
    Senior Member
    Join Date
    Jun 2000
    Posts
    291
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center