Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7650283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:12:43+00:00 2026-05-31T11:12:43+00:00

I have 15 empty movie clips on the stage which load a swf into

  • 0

I have 15 empty movie clips on the stage which load a swf into each at runtime from an array

i dont know which SWF is in wich movieclip, and the array has 155 SWF’s in it, including duplicates.

My question is how to play the swf in empty movieclip 4 or empty movieclip 6

               emptymovieclip1.play(this loaded movie) 

i dont know his name and i dont want to reference him by the key value from the array

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T11:12:44+00:00Added an answer on May 31, 2026 at 11:12 am

    The easy way is to put the reference of the movie in the array as well, like :

    var loader:Loader;
    var urlReq:URLRequest;
    for(var i:uint = 0 ; i < myMovieClips.length; i++){
          //do your loading of your clips here
          loader = new Loader();
          urlReq = new URLRequest(myMovieClips[i]); //like myClipX.swf
          loader.load(urlReq);
          mcHolder.addChild(loader);
          myMovieClips[i] = loader;
     }
    

    Then you can access your clip inside the loader like

     var clip:MovieClip = myMovieClips[5].content as Movieclip
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an empty array into which I am pushing values using javascript. I
I have a csv file which may have empty or blank rows. I want
I have files which have many empty cells which appear as NaNs when I
I have a website which draws white (empty) content/text on IE 7. However, as
At the beginning my stage is empty, I've an empty array and some global
I'm trying to do the following: I have an empty movieClip in my stage
I have an empty movie clip(say A) on a layer and then I have
A follow-up to my previous question. I have a button on my stage, which
I'm dynamically creating an empty movieclip inside another movieclip to load an image into
Hi I have movie titles and I want to remove everything after the empty

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.