[Flashcoders] Combo Box Component Errors

2007-06-21 Thread Lord, Susan Ms. (CONTR)
Hi there, I am having a unique problem using the combo box component. When I run the file on its own, it works great, but when I load the swf into my main file it stops working. Now to eliminate possibilities for other errors I created 2 files to test this and removed all other programming and

Re: [Flashcoders] Combo Box Component Errors

2007-06-21 Thread Andy Herrman
I responded to your direct e-mail with a more detailed explanation, but for the benefit of the list: The way to fix this is to either do: this._lockroot = true; at the top of the AS code in the SWF that contains the combo boxes, or do: loadedMovie._lockroot = true; in the loader movie, where