# Targeting

**URL:** https://forum.kirupa.com/t/targeting/36580
**Category:** Uncategorized
**Created:** [November 28, 2003, 3:28pm UTC](https://forum.kirupa.com/t/targeting/36580 "2003-11-28T15:28:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ubik](https://avatars.discourse-cdn.com/v4/letter/u/b38774/32.png) [@Ubik](https://forum.kirupa.com/u/Ubik)
#### Post date: [November 28, 2003, 3:28pm UTC](https://forum.kirupa.com/t/targeting/36580/1 "2003-11-28T15:28:17Z")

</div>

Hello !  
Another problem yet,  
I have one MC (mc1) which loads another one (mc2). In mc2 i have buttons that has to load mc3 in Mc1 so here’s the code for the button :  
[AS]on (release) {  
\_parent.bar.content.loadMovie(mc3.swf);  
}[/AS]

bar is a mc into mc1 and content is the container.  
It doesn’t work, can someone tell me what is wrong with it?  
I don’t use \_root because Mc1 is loaded into my main movie

Thanks  
Ubik
