Not finding what you are looking for? Request a recipe!
You need to use "creationComplete" event of Flex Application Container to achieve the above.
If i understood your problem correctly, all you need to do is get the combobox's CHANGE event and using selectedItem property u will get the item being selected and then do whatever processing you want to do. See below code for the same.