Code for creating ComboBox

I have a page with about 50 comboboxes, and it takes forever to load it. Guess they arent really optimized sizewise.

Perhaps Im grasping for straws here, but I thought that creating the 50 comboboxes on the fly with AS instead of just placing them on the stage would help minimizing the loading-time.

But no matter how much I search the help-files, I cant find the code for creating a combobox on stage. Is it possible? And would it really help with loading-time (the actual loading of the info into the comboboxes isnt an issue, though)?