Formatting text inside a scrollable textbox

I’m trying to separate the text in my scrollable textbox into separate paragraphs, with space in between each paragraph, but I don’t know how to do this in ActionScript. So far, the frame actions look like this:

textField = " "

(There’s text in between the " “, but I’m not going to paste it here because there’s a lot.”

Also, I’m trying to format the text, so that the headings of the paragraphs are bold while the rest of the text is normal.

I hope I’m making sense here. Can anybody help me out? Thanks.

-J