Answered
Pre-select element in drop down combo box?
Hello, I have a dropdown combo box that contains numbers 1 to 10. Normally it will show '1' when the application starts, but how do I set it in AS3 to show '3' instead?
Hello, I have a dropdown combo box that contains numbers 1 to 10. Normally it will show '1' when the application starts, but how do I set it in AS3 to show '3' instead?
comboboxInstancename.selectedIndex=2;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.