# Problems!, please help!

**URL:** https://forum.kirupa.com/t/problems-please-help/169652
**Category:** Uncategorized
**Created:** [November 18, 2005, 1:33am UTC](https://forum.kirupa.com/t/problems-please-help/169652 "2005-11-18T01:33:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![arturo](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/arturo/32/761_2.png) [@arturo](https://forum.kirupa.com/u/arturo)
#### Post date: [November 18, 2005, 1:33am UTC](https://forum.kirupa.com/t/problems-please-help/169652/1 "2005-11-18T01:33:48Z")

</div>

Hi there, well, I’ll try to explain my problem

I’ve a movie clip with buttons, one button, ‘productos’ calls another movieclip called productos.swf inside a movieclip called emptyClip, the AS is:

from the main movie

BotonProductos\_mc.onRelease = function(): Void {  
unloadMovie(EmptyClip);  
loadMovie(“productos.swf”, EmptyClip)  
};

then, in productos.swf, I’ve another button, this one calls a movie clip called belleza.swf, this one contains a XML connector and 2 components, one comboBox and one textarea, if I publish the last movie, belleza.swf,all works properly, so, when I call this one from productos.swf the components in belleza do not works, I call belleza from productos with this AS:

unloadMovie("\_root.EmptyClip");  
loadMovie(“belleza.swf”, \_root.EmptyClip);

why I’m using \_root?, because I want this last clip loads into my main movie, but nothing is working, any idea??, any help??, please!

Thanks in advance!!!
