#1 2006-08-21 02:07:50

Allie115
New member
Ranking
Registered: 2006-08-21
Posts: 2
Expertise

PHP form in flash file....

Hi all,
I downloaded a flashkit a PHP mail/contact form for flash 8. I tried to use it in a flash file.. but it just doesnt seem to work.

you can download the file Here

I assure you its safe.
Now when i tried to use it... I fill out the form and press 'send' and it just says "Please wait for confirmation..."
and it just stays there. nothing happens. Anyone good with PHP forms with flash???
Seems simple enough, i just cant figure out why its 'stuck'?!? Im sure php is enabled on the server too.

If anyone can help.. i would SOO appreciate it!!!! Geezer? anyone? lol
I realldy do appreciate all the help you had given me already.

Thanks!!!!

Last edited by Allie115 (2006-08-21 02:09:28)

Offline

 

#2 2006-08-21 09:14:40

Tabs
Banned
RankingRanking
Registered: 2006-08-18
Posts: 27
Website  Expertise

Re: PHP form in flash file....

The problem is either we aren't waiting long enough, or it is in your actionscript. I took a look at your actionscript and I am pretty sure it is in Frame 6.

You send the script to gotoandplay(wait) which is sending it to the Please wait for confirmation page. The script stops there, you need to make it continue on to step 6.

Also notice that step6 only runs if answer is NOT confirm. You should probobly switch this, it should be ONLY if answer equals confirm.

Offline

 

#3 2006-08-27 03:27:44

Jticks
New member
Ranking
Registered: 2006-08-27
Posts: 3
Expertise

Re: PHP form in flash file....

You have to edit the php page;

Enter your site details below!


// Enter your contact email address here
$adminaddress = "allison@allisonsbackstage.com";

// Enter the address of your website here include http://www.
$siteaddress ="http://www.allisonsbackstage.com";

// Enter your company name or site name here
$sitename = "Your Site Name";

Then you have to edit the flash form to include a link to where ever you uploaded the php file to, like root of the server would be;

http://www.allisonsbackstage.com/mailform.php

Offline

 

Board footer

OPML feedsRSS feeds



Powered by WWWThreads Forum
© Copyright 2006, WWWThreads