A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: loading an external swf into nested placeholder automaticly???

  1. #1

    loading an external swf into nested placeholder automaticly???

    Ok I have movie where a preloader loads the main movie then jumps to the frame that all the action script and main background, nav, essentials live.

    As that frame gets hit it runs a function that checks to make sure that the index_mc is the initial active MC and slides that into position where it's supposed to be.

    Here is my problem, I have been trying to figure out a way to automaticly load an external.swf into a placeHolder_mc that sits(nested) in the index_mc so that as the index_mc slides into place the external.swf loads into placeHolder_mc.

    I know to use loadMovie and how to target the right clip but what is the event that I should use to trigger the loadMovie? I dont want it initialized by a mouse event I just want it to load when that second frame gets hit.

    I have tried a bunch of different ways of doing this but being a novice I am not sure what I am doing wrong. If anyone could help me I would be unbelievable thankful.

  2. #2
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    if you want the code to be triggered when the playhead reaches the second frame, attach the code to that frame...
    (Insert a keyframe in that frame, select it, and open the actions pane)

    something like:
    Code:
    placeHolder_mc.loadMovie("external.swf");

  3. #3

    thx nunomira

    Big up for answering a begginers question!

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