Solving Problem with V2 components

February 18, 2008 at 1:01 pm (flash)

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;

Permalink Leave a Comment