A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash and "POST"

  1. #1
    Member
    Join Date
    Nov 2001
    Posts
    49
    Hiya,

    I'm attempting to send out a few variables from my Flash movie to an ASP file, so I can extract those values. When I use the "GET" method, everything works fine - I can use Request("myVar") to grab the value...

    However, I run the same script with "POST" and my Request brings back empty.

    I need to use POST since eventually I will be sending larger amounts of data to the ASP, but I can't even get it going with a few simple variables this way...

    Code:
    getURL("save.asp","_blank","POST")
    Any help would be greatly appreciated,
    BakaMattSu

  2. #2
    Member
    Join Date
    Apr 2000
    Posts
    44
    Have you tried using LoadVariables? So it would read (assuming that the movie is on _level0:

    loadVariablesNum ("save.asp", 0, "POST");

    That should solve it




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