I'm new to flash and I want to make a menu bar, I would like to use the menu bar that flash mx gives you. I know how to add in the labels, but how do I make them an active link when I click the label.
Also how do you make a drop down list and how do you make them links too:S?
You ca use the mx dropdown comboBox. It has it's Labels & Data to configure.
Look at it's functions to see how it works, in flash references.
To make something happen when u change the selection, search for 'changeHandler'.