Flash: Double Returns
Flash: Double Returns
- Started
- Last post
- 2 Responses
- tobor
I'm getting double return characters or something in a text box. The text box is reading an rss file. the rss file is generated in PHP, which gets the items from MySQL... why would I be getting double return characters?
http://river413.ca/
click on 'Events'
- nospacebar0
If you're pulling in XML, make sure you set the ignoreWhite property of your XML object to true.
- tobor0
did that.
looking into using some type of string replace. So if ther is a case of two line breaks turn it into one.
this is so fucking annoying.