Solving Problem with V2 components
If we load external swf with a combobox in a movieclip.
The combo box does not works
You will have to use the lockroot property in the main file for it to work properly
Main.swf à comboHolder_mc
Sub.SWf à V2 based combo box.
Main.swf
comboHolder_mc.loadMovie(“sub.swf”);
comboHolder_mc._lockroot = true;
