A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Loading URL without window

  1. #1
    Junior Member
    Join Date
    Nov 2000
    Posts
    26

    Loading URL without window

    I would like to send a simple url-command like this:

    http://www.something.net/admin/begin.txt?action=startclean

    How to send it via Flash, without opening a window and actually displaying the url (i.e. without using the getUrl -action)

    Many thanks,

    — Harry S

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    For just sending variables ( like when talking to asp or php ) you can use..

    loadVariables("http://www.something.net/admin/begin.txt?action=startclean")

    But I dont see the point if there is no target that can recieve the variable.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    Junior Member
    Join Date
    Nov 2000
    Posts
    26
    and that should be equal to writing:

    http://www.something.net/admin/begin.txt?action=startclean

    to the url field of a browser, right ?

  4. #4
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    Sort of. But your action will have no effect unless you call something that can recieve the variables.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  5. #5
    Junior Member
    Join Date
    Nov 2000
    Posts
    26

    Very well

    Thank you very much for your kind help. I'm pretty sure this does the trick.

    — Harry S

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