# Load MC from library

**URL:** https://forum.kirupa.com/t/load-mc-from-library/293763
**Category:** Uncategorized
**Created:** [August 3, 2009, 12:49pm UTC](https://forum.kirupa.com/t/load-mc-from-library/293763 "2009-08-03T12:49:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![donkeykong](https://avatars.discourse-cdn.com/v4/letter/d/6f9a4e/32.png) [@donkeykong](https://forum.kirupa.com/u/donkeykong)
#### Post date: [August 3, 2009, 12:49pm UTC](https://forum.kirupa.com/t/load-mc-from-library/293763/1 "2009-08-03T12:49:14Z")

</div>

Hi all

I have a Movieclip with a base name called ‘movie\_main’ and class name as ‘Main\_mc’

I am trying to load the movie from the library into a contanier that also loads in a tooltip. The container is called ‘holder’

this is the script I am working with

```auto
 
var movie_main:Main_mc = Main_mc();holder.addChild(movie_main);
problem is when it loads in other parts of my menu are missed placed. 

```

Question:  
is this the correct script I should use?? Is there issues with loading in more than 1 movieclip into one contanier??

aaarrrggggghhhhh!!!

help please
