If main.swf loads the SWF file containing the component through LoadMovie, the component cannot be used in main.swf, such as the down menu of ComboBox can't pop up.
At this time, you need to add the ComboBox component in main.swf, then delete it, so that this component is available in the main.swf library.
It can be used normally.