A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Loadmovie

  1. #1
    Senior Member
    Join Date
    May 2003
    Posts
    160

    Loadmovie

    i am trying to load a .swf file into a movie clip by using another movie clip as the executer, not a button as usual.

    i have a movie clip named button that will make the .swf load into the other movie clip.

    the code i am trying to use is:

    button.onPress= function() {
    loadMovie("cross.swf",loadArea_mc);
    }

    and it doesn't work, any ideas?

  2. #2
    Senior Member sherif79's Avatar
    Join Date
    Jan 2001
    Location
    Essex, England
    Posts
    266
    button.onPress= function() {
    loadMovie("cross.swf",loadArea_mc);
    }
    mmmm...well

    is the path of the "loadArea_mc" correct??
    and try inserting the name of the movieClip within ""..

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