HI guys, i’m trying to send out some input form variables top a php script via loadVariables() … and it’s working, but the only problem is that flash also sends out all the html font information along with the form data. so instead of getting something like “Name: Phil” the php script gets:
<TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"Hypatia Sans Pro Semibold\" SIZE=\"11\" COLOR=\"#333333\" LETTERSPACING=\"0\" KERNING=\"0\">Name: Phil</FONT></P></TEXTFORMAT>
<p align=\"left\"></p>
is there a way to keep this from happening in flash or do i need to start getting fancy with the php?