Flash Email Form

Brief: Simple flash form, 3 textfields (1 multiline). Want to use in a getURL(“mailto:”+email+"?Subject"+subject+"&Body"+bodycomments);
The bodycomments comes from an HTML formatted textfield which has newlines etc.

I’ve seen a very old tutorial which uses the ‘newline’ command but that doesnt seem to work i.e. bodycomments + newline + morecomments. (all comments appear without the line break)

At the moment the body in the email gets all the information it needs but ignores newlines.

Thanks in advance to anyone who can help!