I need to dynamically insert ([b]attachedMovie[/b]) a movie that has a [b]ComboBox[/b] with in and then I need to bind this [b]ComboBox[/b] to an existing _root.myXMLConnector. Please help! Scott.
The Feldkircher - 19 Mar 2007 20:12 GMT
Hi
The problem your going to have is that all the bindings have to be done in the
first frame of the Main Timeline
By dynamically attaching an MC to the Stage with a ComboBox component you wont
be able to make the binding.
Hope it helps