A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [RESOLVED] Combo Box's Selected Item

  1. #1
    Junior Member
    Join Date
    Feb 2009
    Posts
    21

    resolved [RESOLVED] Combo Box's Selected Item

    I have created a combo box using components. Is there any way that I can change the selected value on different frames.

    [Apples]
    Pears
    Plums

    For example if Apples is currently selected. Now the user is moved to Frame 2, how do I change the selected item to Pears?

  2. #2
    Junior Member
    Join Date
    Feb 2009
    Posts
    21
    Got it working with:

    mycomboname.setSelectedIndex(2);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center