A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: get url action comboBox

  1. #1
    Member
    Join Date
    Sep 2000
    Posts
    35
    hello everyone well been messing around with the combo box component pretty
    cool my question is how do I add a get url action to my items in the drop
    down list any help is appreciated thanks in advance

  2. #2
    Senior Member
    Join Date
    Mar 2002
    Posts
    334
    Well under data put the URLS you want.. then do this code on your time line

    Code:
    myComboBox.setChangeHandler("myChange");
    function myChange()
    {
       getURL(myComboBox.getSelectedItem().data);
    }

  3. #3
    Member
    Join Date
    Sep 2000
    Posts
    35

    Smile it works!!

    thank you for your time and help Squareball2 it works great

  4. #4
    Member
    Join Date
    Aug 2000
    Posts
    39

    how 'bout with Scenes and named keyframes

    I can get the "get URL" to work but can not get a "gotoAndPlay" to work for a ("Scene 2", "targetKeyframe").

    Can anyone enlighten me?

    -loopy

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