| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Nov 2000
Location: Mammoth Lakes, CA
Posts: 97
|
I have created an email submission form in Flash. It uses a pretty standard button trigger: OnRelease....
loadVariablesNum ("http://metrov2000.com/server-scripts/formmail/FormMail.pl", 0, "POST"); Ok, this is the strange part....it works perfectly on my harddrive. But once I publish it to my server, it won't work. Does anyone have any idea why this could be happening? P.S. I'm not an experienced programmer, so please don't respond in total geek-speak. Thanks very much, Metrov |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
The first thing to do here is make sure the variables ar ebeing passed.
Changed the call to a GetURL using the GET method and see if the URL comes up with allt he variables in it. If so you know the form is getting the data and if the form is encounterring an error it should say so on the page you're taken to. Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Nov 2000
Location: Mammoth Lakes, CA
Posts: 97
|
Funny, I just now tried using Get URL instead of loadvariableNum. And it worked except...my server has a Formmail.pl script set up that automatically sends you to a redirect page unless you specify one. Well, I don't want a redirect page, I want to stay in Flash. I don't know if there's a way around this unless I ask my server to disable the redirect page, but this is a form for a client who'll be on a different server anyway, so no sense in doing that. I'm just trying to test it now.
I also just found out my server has PHP3 and so I'm going to try the PHP form tutorial here on AS.org and see if I have any better luck. Thanks, Jesse |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| fade in, fade out movieClip button problem... | tykomusic | ActionScript 2.0 | 2 | 06-03-2005 05:17 PM |
| Flash Number type and c# float and decimal types. Convertion problem within Flash. | maglez | ActionScript 2.0 | 2 | 06-02-2005 06:14 PM |
| global TextField Problem! Guru wonted | mediaholic | ActionScript 1.0 (and below) | 3 | 07-20-2003 11:07 AM |
| submit form to formmail problem | piper1 | ActionScript 1.0 (and below) | 1 | 04-04-2002 04:49 AM |
| No loader problem but a loading problem | agenba | Simple Stuff (Newbies) | 1 | 02-11-2002 07:29 AM |