all groups > flash actionscript > september 2004 >
You're in the

flash actionscript

group:

ComboBox Issues!!!!


ComboBox Issues!!!! milkhead
9/7/2004 8:09:31 PM
flash actionscript:
I have a movieClip instance on the stage.
Inside this is 2 input text boxes and 2 comboBoxes.
I am sending all the inputted info (variables) to PHP.
I can get the variables out of the text boxes but not from the comboBoxes.

Eack combobox is a movieClip with this:
onClipEvent(enterFrame){
_global.day = this.getValue();
}

If I trace 'day' I get the right output! but I know there is something missing
to get the variables sent with the others.
Any advice will be greatly appreciated.

Re: ComboBox Issues!!!! blenz
9/7/2004 10:00:58 PM
why use an enterFrame event?
AddThis Social Bookmark Button