I have on stage an button with instance name "my_btn", and an empty
movie clip named "container".
In library i have an movie clip, with linkage name "test", that contain an 
combo box with some
values.
When i press the button, i load into "container", movie clip "test" from
library.
my_btn.onPress = function(){
        removeMovieClip(container.test);
        container.attachMovie("test", "test", this.getNextHighestDepth());
}
Strange occur, when i press again the button. Then combo box not show
the selected value.
How can deal with that?

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to