A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: loading up urls

  1. #1
    Member
    Join Date
    Oct 2003
    Location
    Sydney, Australia
    Posts
    77

    loading up urls

    hi there.

    I want to be able to load urls from a text file.

    My problem is that I have urls with the character "&" in it i.e. http://www.website.com/index.php?opt...d=36&Itemid=51

    I find that it always gets cut off at the & character...

    Is there anyway I can oad up an url like this?

    Thanks.

  2. #2
    Member
    Join Date
    Nov 2004
    Posts
    38
    Do not directly load the link as URL first declare a string variable and load the text into it.Than getURL() your variable.

  3. #3
    Member
    Join Date
    Oct 2003
    Location
    Sydney, Australia
    Posts
    77
    thanks...don't suppose you have an example..

    I still get stuck on the "&" characters...as it custs off after the "&".

  4. #4
    Member
    Join Date
    Oct 2003
    Location
    Sydney, Australia
    Posts
    77
    I have figured out the problem

    I need to use %26 instead of the & and it works fine now...

    Thanks

    Go it from http://www.macromedia.com/cfusion/kn...fm?id=tn_14143

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