A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: How to send and recieve html text from flash to php?

  1. #1
    Senior Member bluemagica's Avatar
    Join Date
    Jun 2008
    Posts
    766

    How to send and recieve html text from flash to php?

    I am trying to make a messaging system and i tried making the text html text in flash to incorporate entering of urls and such, and i pass the whole thing as string to php via POST, but when i try to echo it back, i am getting the text parsed as html, and thus i am having trouble reading it back...any ideas?

  2. #2
    AS3 Mod
    Join Date
    Sep 2007
    Location
    O-H-I-O
    Posts
    2,385
    So what is the problem? You want the text returned to not include HTML?

    If so then use the strip_tags() function in PHP when you send your response. Otherwise please be more specific so we may help you further.

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