A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: loading a movie by a button on a previous frame

Threaded View

  1. #1
    Member
    Join Date
    Aug 2014
    Posts
    51

    loading a movie by a button on a previous frame

    Hi all,

    I am unable to resolve the following issue:-

    I have a main movie which loads another swf by using a button. The button is on a frame (25) prior to the frame (26) that holds the movie clip into which the swf is to be loaded.

    If I add this line of code
    Code:
    loadMovie("split_word.swf",holder_mc);
    directly on the frame where the holder_mc is located then it works fine. However, if I put it in a button on a previous frame and want to invoke it on a button press the movie does not load.

    How can I target the holder_mc from a frame other than on which it is loacted.

    Thanks.
    Attached Files Attached Files

Tags for this Thread

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