Im having trouble with the combobox component.
I have tried to use this tutorial:
http://visualintensity.com/flash-tutorials/mx/combobox/
but i cannot make it work. I dont seem to be able to locate the Change Handler field in the properties box??? therefore i cannot link the code to the function.
this is the code:
function handler() {
getURL(“mailto:(dropdown_cb.getSelectedItem().data)”);
}
What i want to achieve is a drop down list that when you select an option will open up an addressed email using the mailto: function. Any ideas??