How to add a line break to a text coming from XML in Flash (AS2/AS3)? I've been trying with \n and \r, and <br> using HTML text and it was breaking the XML; it could have been fixed with <![CDATA[ but ...Read More