A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: HELP !!!!

  1. #1
    Junior Member
    Join Date
    Mar 2000
    Posts
    19
    Help !!! How can I use a variable from the text field as a part of URL link to go to in Get URL action? I need to send the user into different channels of a website depending on the values they enter. Fo instance if the value entered is 311 ... I need Flash to send them to http://whatever.com/channel311
    The actual link from Java script is like this: http://www.automaticnet.com/add_chan...orm.code.value

    how do I make this work in Flash?
    PLEASE HELP !!!

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    263
    jrade.

    This should be what you are looking for.

    Set Variable: "var" = "311"
    Get URL ("http://whatever.com/channel"&var , window="_self")

    Hope this helps.
    MA

  3. #3
    Junior Member
    Join Date
    Mar 2000
    Posts
    19
    Thank you so much for your help
    Jana

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