PDA

View Full Version : Frustrated_ComboBox



Allen
January 22nd, 2003, 12:12 PM
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!

waffe
January 23rd, 2003, 01:32 AM
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
(-:

Allen
January 23rd, 2003, 11:09 AM
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!