Form

i’m trying [COLOR=black]to[/COLOR] make an email form but this one won’t work in flash 8
it only takes the email address but doesn’t copy the body and subject
how come?

[COLOR=black]on[/COLOR] ([COLOR=black]release[/COLOR]) { [COLOR=black]getURL[/COLOR]("[COLOR=black]mailto[/COLOR]:" + [COLOR=black]to[/COLOR] + “?[COLOR=black][COLOR=black]subject[/COLOR][/COLOR]=” +[COLOR=black][COLOR=black]subject[/COLOR][/COLOR]+ “&body=” + body); }

The only reason why something would not work in flash 8 is if the term was deprecated. If it is the same code it has to work. In either case I’ve personally tried a few and I strongly urge you to go to the website Http://www.gotoAndLearn.com and use their “Sending mail with PHP” tutorial. It is efficient, light on the programming, but very effective.