Combobox won't open in FlashMX

I was browsing the older threads and someone seemed to have the same problem


http://www.kirupaforum.com/forums/showthread.php?t=64017&highlight=combobox


when i load the combobox in an empty movie clip it just won’t open… only yellow rectangle becomes visible around it…

what to do ?

I FOUND THE SOLUTION:

add the following line of code to the movie clip into which you are trying to load the child movie:

_root.movieClip._lockroot = true;

and it works :slight_smile: