Flash/PHP email form problem

So I’m using the tutorial provided by senocular (http://kirupa.com/developer/actionscript/flash_php_email.htm), and everything works fine, except the email that gets sent looks like this:

**From: Name <Email>TEXTFORMAT LEADING=“2”
Subject: BH Comment
Date: June 28, 2006 1:50:06 PM PDT
To:
Reply-To: Email TEXTFORMAT LEADING=“2”

Message:
<TEXTFORMAT LEADING=“2”><P ALIGN=“LEFT”><FONT FACE=“Futura Light” SIZE=“12” COLOR="#FFFFFF" LETTERSPACING=“0” KERNING=“0”>Blahdy blahdy blah</FONT></P></TEXTFORMAT>**

How do I get it to send the email without all the Flash/psuedo-HTML code? I’ve looked at the PHP and .fla file, and they all seem to be in order.