I am using Flash MX and trying to work with the ComboBox component. The frustrating part is that I find very little if no documentation that makes sense to me when using this.
I am trying to create the effect of when an item is clicked on in the box it auto loads a new .swf into say level_2 of my main movie where the ComboBox is located.
I have found it may have some coding to do with functions but arghh…
Any help would be most appreciated!
Thanks!
Click on the combobox, look in the properties box. Put, onChange
in the change Handler. Goto the actions page and put in this code
onChange = function () {
}
And Go Crazzy
(-:
Thank you! Seems easy enough
If I run into problems do you have a sample .fla I can reference to!
I really appreciate your help!