PDA

View Full Version : Emailing in Flash


G-Rard B
10-28-2004, 08:17 PM
Hey, I was wondering.....anyone out there know how to send email through Flash with PHP or plain Actionscript without Flash Remoting or XML (for PHP, that is)? I would just loveee to know how to do this but I can't seem to figure out how. I tried some tutorials but only one did'nt use remoting or XML...but that didn't quite work out.

Thanks,
Gerard

xxlm
10-29-2004, 04:00 AM
Ok this will be too my futur tut's... lol

Ok just make a form in flash and use sendAndLoad methods.
Then in yor php file retreive the var sent via POST and use the mail function or seek for some already done php mail.

It's a start

Else when back to home could send you a sample... :)

C ya

xxlm
10-29-2004, 04:02 AM
.. perhaps sending a sample...
Better way it's doing the stuff by yourself...

G-Rard B
10-30-2004, 11:01 PM
Thanks for the reply, but I'm not exactly an expert in PHP or Actionscript. I can send mail in PHP but I don't understand what you mean by loading variables. I don't know how to make forms in Flash, either. Do you think you can send me a sample?

Thank you very much,
Gerard

xxlm
11-01-2004, 08:27 AM
Gerard?
You'french?

Anyway...
Ok for the sample let me check my hard drive...

It is an old one (flash mx).
So you can update it with the new as 2.0.
Moreover, the php script is old too.
You need to get the var with the $_POST or $_GET array (depends of the methods use to send var to the php script). Then apply your own script to send mail (this one is a little too simple).

Anyway this is it.

xxlm
11-01-2004, 08:53 AM
what the **** I can't upload it (bug?) 39ko heavy only
Ok will put it on my server and will give you the link
C ya

G-Rard B
11-02-2004, 01:05 AM
Thanks :)

No, I'm not French haha. I'm confused. According to Webster's Dictionary my name is English :-\. NO! I AM NOT ENGLISH LOL. I'm Irish, Scottish, Lithuanian, Polish, German, and Puerto Rican :)

Thanks again,
Gerard (O'NEILL)

xxlm
11-02-2004, 02:00 AM
Sorry sorry.
Is it a shame to be french... ???

Uploading tonite for me...

C ya

G-Rard B
11-02-2004, 02:46 AM
Nah, it's not a shame. I'm just not French :)

xxlm
11-02-2004, 03:44 AM
;) ... So you win a sample for mail sending via flash mx...
LOL
... ;)

Billy T
11-02-2004, 08:22 AM
here's an example

xxlm
11-02-2004, 12:40 PM
Ok too late, but anyway.
An old one:
http://www.webbymx.net/downloads/sample.rar

C ya