A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Combobox loads variable in URL?

Threaded View

  1. #1
    Junior Member
    Join Date
    Nov 2004
    Posts
    5

    Combobox loads variable in URL?

    I need to load a variable from a Combobox into the tail end of a URL...ie:

    (script is on same layer as combobox)

    on (change) {
    loadMovie("http://somewebsite.com/flash/636050/" + myComboBox.selectedItem.data, "1");
    }

    The data set loaded into the combobox is the filename....ie:

    black.swf

    I load external swf's into the various levels of this app.

    Can't get it to work. Am I connecting the variable to the URL in the wrong way?

    I've also tryed putting the entire path/movie name url in the dataset but it doesn't work either.......

    Any thoughts?
    Last edited by baument; 11-15-2004 at 03:33 PM.

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