Big Problem, please help!

Hi there, well, I’m having a problem, please, first, check this:

http://webstudio.co.nr/nova2/llaveros.swf

tha swf is just a few components working with xml connector, a xml files, and stuff, it’s working nice, the problem comes when I call that swf into a xxx_mc clip into the main movie, please check here:

http://webstudio.co.nr/nova2

Remember, the first URL/SWF by itself works perfectly,
let’s see, in this URL http://webstudio.co.nr/nova2 you’ll see a big button insuperior left corner called ‘promocionales’, click that button and load a movie with a bunch of buttons, click in the first button called
‘llaveros’ and unload that movie and load the new movie with all the
xml connections stuff, if you try to use the ComboBox component,
you’ll see it’s not working, why this happens?, it’s because the stop
in the main movie clip?, I don’t know what else to do

another thing, I’ve a doubt and is this is this, in all the .FLA files, there’s a loader, actually the same one aplied to every .FLA file, but in the
llaveros.fla file I cannot make a scene, place the loader and then
‘play’ the other scene, because if I do this, then, in the section
with all the xml connector and components, nothing works properly, is
there any way to do this?, and the other doubt is, when I played this
llaveros.fla file by itself on Internet ( http://webstudio.co.nr/nova2/llaveros.swf ), I’ve to wait for every
image to load, and the problem is an empty space, I was thinking in to
at least place a text with some ’ loading images… ’ or something,
or, place a loader, my question is, somebody here can help me please?, I need to havethis running by Monday, please, somebody help me…

:puzzled:

If somebody need the files, please point to:

http://webstudio.co.nr/nova2/files.zip

the files are:

flas.fla ( this is the main Movie )
productos.fla ( sub Movie )
promos.fla ( another sub movie )
llaveros.fla ( the movie with all the XML stuff, you’ll need the
‘promocionales.xml’ file I’m attaching here )

PROMOCIONALES.XML

<?xml version=“1.0” encoding=“UTF-8”?>
<promos>
<promo name=“Llavero Metalico”>
<codigo>61687</codigo>
<color>Plateado</color>
<image>catalogo/llaveros/61687.jpg</image>
</promo>
<promo name=“Llavero Metalico Casa y Coche”>
<codigo>M62533</codigo>
<color>Plateado</color>
<image>catalogo/llaveros/M62533.jpg</image>
</promo>
<promo name=“Llavero Metalico Cuadrado”>
<codigo>M6232</codigo>
<color>Plateado</color>
<image>catalogo/llaveros/M6232.jpg</image>
</promo>
<promo name=“Llavero Destapador”>
<codigo>DPO001</codigo>
<color>Azul, Blanco, Rojo, Amarillo, Verde y Negro</color>
<image>catalogo/llaveros/DPO001.jpg</image>
</promo>
<promo name=“Llavero Sphere”>
<codigo>K070AC</codigo>
<color>Colores Varios</color>
<image>catalogo/llaveros/K070AC.jpg</image>
</promo>
<promo name=“Llavero Pluma”>
<codigo>K510A</codigo>
<color>Azul, Rojo, Amarillo y Verde</color>
<image>catalogo/llaveros/K510A.jpg</image>
</promo>
<promo name=“Llavero Pluma Largo”>
<codigo>K511</codigo>
<color>Azul, Rojo, Amarillo y Verde</color>
<image>catalogo/llaveros/K511.jpg</image>
</promo>
<promo name=“Llavero con Broche”>
<codigo>K513A</codigo>
<color>Rojo, Azul, Blanco, Amarillo y Verde</color>
<image>catalogo/llaveros/K513A.jpg</image>
</promo>
<promo name=“Llavero Plástico y Metal 1”>
<codigo>K61743PL1</codigo>
<color>Rojo y Azul</color>
<image>catalogo/llaveros/K61743PL1.jpg</image>
</promo>
<promo name=“Llavero Plástico y Metal 2”>
<codigo>K61747PL4</codigo>
<color>Verde</color>
<image>catalogo/llaveros/K61747PL4.jpg</image>
</promo>
<promo name=“Llavero Plástico y Metal 3”>
<codigo>K6201311</codigo>
<color>Plata con Negro</color>
<image>catalogo/llaveros/K6201311.jpg</image>
</promo>
<promo name=“Llavero Plástico y Metal 4”>
<codigo>K696511</codigo>
<color>Plata con Negro</color>
<image>catalogo/llaveros/K696511.jpg</image>
</promo>
<promo name=“Llavero Triple Separable”>
<codigo>M64109</codigo>
<color>Plateado</color>
<image>catalogo/llaveros/M64109.jpg</image>
</promo>
<promo name=“Llavero Flexómetro”>
<codigo>PRO033</codigo>
<color>Blancos, Varios Modelos</color>
<image>catalogo/llaveros/PRO033.jpg</image>
</promo>
</promos>