A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: form data is html formatted

  1. #1
    Junior Member
    Join Date
    Jun 2004
    Posts
    2

    form data is html formatted

    I'm having a problem where my form fields in flash are returning their data in html code instead of whatever's typed in. What I mean is, for example when I trace the variable of an empty input field, I get:

    <p align="left"></p>

    And say if I type, say, "data" into this field and trace its contents, it turns into this:

    <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#333333" LETTERSPACING="0" KERNING="0">data</FONT></P></TEXTFORMAT>

    This isn't really working when it's passed to a php script, needless to say.

    I've never had this problem in older versions of Flash (I'm using a friend's computer and his is CS3 using ActionScript 2) but I'm not altogether experienced with form making in Flash regardless. I have no idea how to stop this and I would greatly appreciate help. It's probably a really simple fix I imagine.

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    What is your script sending the data?
    - The right of the People to create Flash movies shall not be infringed. -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center