# Flash putting too many line-breaks in dynamically-loaded text

**URL:** https://forum.kirupa.com/t/flash-putting-too-many-line-breaks-in-dynamically-loaded-text/188414
**Category:** Uncategorized
**Created:** [May 7, 2006, 3:57pm UTC](https://forum.kirupa.com/t/flash-putting-too-many-line-breaks-in-dynamically-loaded-text/188414 "2006-05-07T15:57:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ya3](https://avatars.discourse-cdn.com/v4/letter/y/e95f7d/32.png) [@ya3](https://forum.kirupa.com/u/ya3)
#### Post date: [May 7, 2006, 3:57pm UTC](https://forum.kirupa.com/t/flash-putting-too-many-line-breaks-in-dynamically-loaded-text/188414/1 "2006-05-07T15:57:23Z")

</div>

Here’s how it goes:

- User types into multiline textbox in HTML form
- Text gets inserted into MySQL db
- Text is retrieved via PHP and passed to Flash
- Flash displays it in a textbox

The thing is, there are always too many line-breaks. For example, where the user has typed one line-break, Flash inserts 2 or 3. So basically, there are huge spaces between lines/paragraphs.

When I print the text to HTML file via PHP, it looks fine.

Is there a step I’m missing? :h:
