# addChildAt Problem/AS 3.0

**URL:** https://forum.kirupa.com/t/addchildat-problem-as-3-0/277660
**Category:** flash
**Created:** [December 15, 2008, 4:08pm UTC](https://forum.kirupa.com/t/addchildat-problem-as-3-0/277660 "2008-12-15T16:08:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![xFlashStudentx](https://avatars.discourse-cdn.com/v4/letter/x/57b2e6/32.png) [@xFlashStudentx](https://forum.kirupa.com/u/xFlashStudentx)
#### Post date: [December 15, 2008, 4:08pm UTC](https://forum.kirupa.com/t/addchildat-problem-as-3-0/277660/1 "2008-12-15T16:08:03Z")

</div>

I’m trying to make the container/loader Object that stores my load .swfs to have 0 depth. Thus, I want this container/loader Object to be under EVERYTHING in the movie, at the complete bottom, so whatever else is on the stage (graphics, images, masks, etc) would be always above it.

I’ve read Moock’s book, and 3.0 books, yet I can’t get the result I need. Here is the code:

// my\_loader is where I’m loading my .swfs to  
addChildAt(my\_loader,0)

Is that possible this way? Or, I have to create a movieclip and give it the instance name my\_loader then stack wherever I want to on the stage? That wouldn’t be the better practice in 3.0, if it’s feasible at all in my opinion, especially since all of my code is as 3.0 based.

Thanks for reading and and pointers…

xFLASHSTUDENTx
