A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: submit forms

  1. #1
    Junior Member
    Join Date
    Feb 2002
    Posts
    6
    on my flash i have a button "subscribe" is it possible to post a form that goes directly to pay pal . . .
    i am having trouble figguring out what to use for
    <input type . . . ? my client wants it and i cannot get it

    Thank you
    loren

  2. #2
    Senior Member
    Join Date
    Jul 2000
    Posts
    5,087
    I haven't looked at the pay pal form but it may be possible to do this.

    What you need to find is where the form is being sent to. You will find this in the HTML for the pay pal form in the submit action.

    second you will need set the variables by finding out what vars sent in the HTML form are named. You will need to name your text boxes the so that they corelate to the names of the HTML form. If there are any hidden variables you will have to set those with actionscripts.


    Thats about it other than looking at the HTML form to see if it uses get or post.


    [Edited by johnie on 02-02-2002 at 12:15 AM]

  3. #3
    Junior Member
    Join Date
    Feb 2002
    Posts
    6
    Try
    on (release) {
    loadVariablesNum("yourScriptURL", 0, "POST") ;
    getURL("yourRedirectPageURL") ;
    }

  4. #4
    Senior Member
    Join Date
    Jun 2000
    Posts
    3,512
    I am fairly sure loadVariablesNum is not supported.

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