I used the tutorial here http://www.kirupa.com/developer/actionscript/flash_php_email.htm
It works, but the email format is messed up. It seems like it’s formatted for HTML, yet it was received as plain text.
The message body looks like this
<P ALIGN=“LEFT”><FONT FACE=“Verdana” SIZE=“12” COLOR="#000000" LETTERSPACING=“0” KERNING=“0”></FONT></P><P ALIGN=“LEFT”><FONT FACE=“Verdana” SIZE=“12” COLOR="#000000" LETTERSPACING=“0” KERNING=“0”>test</FONT></P>
Anyone know how to fix this?
Also, when I create the input text for the message field. The text scales to the size of the box, rather than adhere to the font size. Any idea what that is?