[Flashcoders] Double lines from PHP

2008-04-18 Thread Elia Morling
I'm sending some form data from PHP to flash and all line feeds turn out to be double lines in flash. I'm using a textfield and htmlText. I tried to conver chr(13) and chr(10) to br but it doesn't work. I also tried turning chr(13) to chr(10) and vice versa without luck. Any ideas? Elia

Re: [Flashcoders] Double lines from PHP

2008-04-18 Thread Muzak
str.split(\n).join(); - Original Message - From: Elia Morling [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, April 18, 2008 3:55 PM Subject: [Flashcoders] Double lines from PHP I'm sending some form data from PHP to flash and all line feeds

Re: [Flashcoders] Double lines from PHP

2008-04-18 Thread Elia Morling
Thanks, but it didn't work. :( - Original Message - From: Muzak [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, April 18, 2008 5:37 PM Subject: Re: [Flashcoders] Double lines from PHP str.split(\n).join(); - Original Message - From

Re: [Flashcoders] Double lines from PHP

2008-04-18 Thread Elia Morling
Sorry, yes it did work! Thx! Elia - Original Message - From: Muzak [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, April 18, 2008 5:37 PM Subject: Re: [Flashcoders] Double lines from PHP str.split(\n).join(); - Original Message

Re: [Flashcoders] Double lines from PHP

2008-04-18 Thread Ibrahim Y
how you send data from PHP to flash ? how you manipulate them in flash? On Fri, Apr 18, 2008 at 4:55 PM, Elia Morling [EMAIL PROTECTED] wrote: I'm sending some form data from PHP to flash and all line feeds turn out to be double lines in flash. I'm using a textfield and htmlText. I tried to

Re: [Flashcoders] Double lines from PHP

2008-04-18 Thread robert
flashcoders@chattyfig.figleaf.com Sent: Friday, April 18, 2008 5:37 PM Subject: Re: [Flashcoders] Double lines from PHP str.split(\n).join(); - Original Message - From: Elia Morling [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, April 18, 2008