A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Junior Member
    Join Date
    Jun 2001
    Posts
    8
    Hi,

    I'm trying to make a fill out form in Flash 5. I followed the steps of several tutorials but my form doesn't seem to work. I must be doing something wrong, of course.

    Can someone explain me how I can have the submit button work properly? I have to use a cgi script because that's the only kind of 'thing' my ISP allows me to use. I don't know anything about cgi...

    Thanks very much for your help!

    PS: I'm desperate

  2. #2
    curmudgeon swampy's Avatar
    Join Date
    Jan 2001
    Location
    [wakey]
    Posts
    2,775
    all you have to do is use the get url command to send it to your ISPs CGI bin : it'll look something like this

    and in the variables field check "get using post"
    [code]
    on (release) {
    getURL ("http://www.btinternet.com/cgi-bin/userform.cgi", "_self", "POST");
    }
    [code]

  3. #3
    Junior Member
    Join Date
    Jun 2001
    Posts
    8
    Hi, I tried to do as you told me, but it still won't work. I also tried all the tutorials, but nothing. Any idea what I might be doing wrong? I checked my ISP's website and they do support cgi scripts (only cgi, actually). I also checked where the cgi-bin is... Everything seems all right, but it doesn't work. Do I have to incorporate the cgi-script in the html file containing the swf file as well? None of the tutorials mentions this, and neither did you.

    I hope you can help me. Thanks very much in advance!

  4. #4
    Have you set the permissions and the referrer on the cgi script?

  5. #5
    Have you set the permissions and the referrer on the cgi script?

  6. #6
    Junior Member
    Join Date
    Jun 2001
    Posts
    8
    No. I don't know what that means. Can you explain it to me? Thanks very much! I'm really desperate...

  7. #7
    the referer is parrt of the script, you need something like BBEdit to change it. Somewhere near the beginning of your script it will have a referer which is a web address which should be changed to the address at which you are hosting it. If this is still over your head you can give me your email address and I can either send you a picture to further explain it or I can do it for you, if you tell me your URL, and send it to you. Now, I'm assuming that your using a mac, because of your username, correct me though if you are using a PC.

    To set the permsissions on the script you have to do it with the file on your server though. This will differ depending on what ftp program you are using, you will have to tell me what program you are using. You can use BBEdit to do it though. In BBEdit go to 'file'-'open from ftp server' and this allows you to connect to your server. If you select your script then click on the get info button then select all the execute buttons then click set. Again, if this is unclear I can send you a screen grab to show 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