Hi list...
Has the comboBox component changed in Studio 8? My MX2004 fla file
comboBox isn't working once I upgraded. What's changed? There seems
not to be a changeHandler parameter, and so far, the code below isn't
working for me. Any hints are appreciated.
Thanks,
- Michael M.
// all on frame 1
theDropDownMenu.addEventListener("change", dropObj);
var dropObj:Object = new Object();
dropObj.change = function(eventObject:Object) {
trace("X");
}
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders