A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: contact form in flash site

  1. #1
    Member
    Join Date
    Nov 2002
    Location
    new york
    Posts
    75

    contact form in flash site

    I have made a site in flash and I want to put a contact form in it and tie it with a cgi script in the server. I know how to make a form in HTML. Can sombody guide me in how I can do it in flash.
    Thanks in advance.
    Anbis

  2. #2
    Member
    Join Date
    Nov 2002
    Location
    new york
    Posts
    75
    I can make the form myself but I would like to know how to put the action so that it can be tied up with cgi script, so that when the form is submitted the data is transferred to the server.
    Thanks!
    Anbis

  3. #3
    Senior Member
    Join Date
    Oct 2000
    Location
    indianapolis
    Posts
    144
    search the movies...i found a good one under there taht works great!

  4. #4
    Member
    Join Date
    Nov 2002
    Location
    new york
    Posts
    75
    I did but could not find one. Could you please be a bit more specific as I need to do this urgently.
    thanks
    anbis

  5. #5
    Junior Member
    Join Date
    Aug 2003
    Posts
    19
    Usually with cgi forms you can use getURL to send the data to the cgi script. This will send all the variables that are on your page to the script. You can also use loadVars to send each variable but this can be a little bit more complex, depending on your actionscript knowledge.

    You can always just get the ezform component from www.flashloaded.com -it makes life a lot easier and does this all for you.

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