PDA

View Full Version : flash to html to email


eggnogg
04-11-2003, 12:48 PM
hiya

how can i send variables from flash (from dynamic and input text fields) to a pre-formatted html file with input fields (i guess), and then send that same html file to an email adress?!

i have a clue on how to do this except how to make the html file "get" the variables from flash..

can anyone gimme a hint or two?!

thanks

Caimin
04-18-2003, 06:09 AM
A simple HTML page cannot process variables from Flash.

You need to send the variables to a dynamic page created by PHP, ASP, etc. and have PHP (or whatever) process the variables, create the HTML for you and then email it.

freddycodes
04-18-2003, 05:26 PM
Well technically I suppose you could send the values to an html page, use Javascript to assign the GET vars to form inputs, give the form a mailto: action. But this is not tested and requires the users email client to send the very unformatted mail message.