first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Flash MX ActionScript 1.x: The Change Handler Function of ComboBox; Flash UI Components

The Change Handler function cannot be of _global scope and by default should be in the timeline of the clip. This can be of the form:

function asComboHandler(objCombo){
    var vValue = objCombo.getValue();
    switch(vValue){...}
}
mod date: 2004-05-14T05:39:23.000Z