Send an Email with Flash + PHP?

  • Thread starter Thread starter Maxorz
  • Start date Start date
M

Maxorz

Guest
Soo, I'm trying to make a flash application. First there's a button, you click it and square comes down asking you for your name and your email, so you type them, click the button, and they are sent to the email...

The action script for the 2nd time frame is

stop();
Go.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler2);
function mouseDownHandler2(event:MouseEvent):void {
gotoAndStop(238);
}


And I've read a loot of tutorials for doing this, but I don't really understand where to put the codes for the Action Script, and when I try to make anything a variable, it tells me that Action Script 3.0 doesn't support it.. And I read somewhere that you have to make the forms into variables and blah, Is there any tutorial but like "for dummies"? xD
 
Back
Top