Hi. I need some help with this..... i have a main movie called index, i load in
to this main movie another movie called "Articulos.swf" using:
loadMovie("Articulos.swf", "_root.Holder_mc");
The problem it's that the "Articulos.swf" have a ComboBox that don't load the
data from the xml file, only show the first option, but the other 3 disapear.
I used flash mx 2004, the both swf file are published like flash player 7.0
file with action script 2.0, the components are UI 2.
if some one can help me i really be grateful. Thanks!:) . the link to the
example its this:
http://www.aprocre.org.ve/probe.html
LuigiL - 29 Jul 2005 09:09 GMT
You need to add a combobox component to the library of your main movie index.fla
Just place an instance of the combobox on the stage of index.fla and delete it
from the stage. The component is now in the library of index.fla
Test your movie.