Web Hosting Talk







View Full Version : Forms In flash


dreamzz
05-18-2005, 09:14 AM
Hi,

im a newbie to flash action scripting, im trying to figure out how to
set up a form in macromedia flash.

I managed tos et everything up but can't figure out the coding for the
submit button. All i want to do is to submit the form datas to a email
address.

anyone can advise?

regards

empresasdehosting
05-18-2005, 09:43 AM
search in this link http://www.flashkit.com/tutorials/ , it could be help you

marsian
05-18-2005, 10:18 AM
You will have to use PHP or ASP as backend

Loveless
05-19-2005, 11:45 AM
I'll give you one word of warning, and that is that making flash forms can be stunningly simple, or overly complex. Sadly it is usually the latter. As marsian said, you need to have a PHP or ASP backend, and you can find some good tutorials on accessing either in flash from the flashkit tutorials.

My suggestion is taking it slow and try making a form with only one field to submit until you get it to work, then expand. Makes figuring out errors much easier.