Skip to main content
Inspiring
May 27, 2011
Answered

Pre-select element in drop down combo box?

  • May 27, 2011
  • 1 reply
  • 736 views

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?

This topic has been closed for replies.
Correct answer relaxatraja

comboboxInstancename.selectedIndex=2;

1 reply

relaxatraja
relaxatrajaCorrect answer
Inspiring
May 27, 2011

comboboxInstancename.selectedIndex=2;

ZainuuAuthor
Inspiring
May 27, 2011

Thank you very much!

relaxatraja
Inspiring
May 27, 2011

You'r welcome! Also replied to your some other post.