# Frustrated\_ComboBox

**URL:** https://forum.kirupa.com/t/frustrated-combobox/11807
**Category:** flash
**Created:** [January 22, 2003, 5:12pm UTC](https://forum.kirupa.com/t/frustrated-combobox/11807 "2003-01-22T17:12:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Allen](https://avatars.discourse-cdn.com/v4/letter/a/bbce88/32.png) [@Allen](https://forum.kirupa.com/u/Allen)
#### Post date: [January 22, 2003, 5:12pm UTC](https://forum.kirupa.com/t/frustrated-combobox/11807/1 "2003-01-22T17:12:30Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 23, 2003, 6:32am UTC](https://forum.kirupa.com/t/frustrated-combobox/11807/2 "2003-01-23T06:32:41Z")

</div>

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  
(-:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 23, 2003, 4:09pm UTC](https://forum.kirupa.com/t/frustrated-combobox/11807/3 "2003-01-23T16:09:21Z")

</div>

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!
