I'm developing a standalone Flash appl, to apply some format to text. The
appl will work on user's desktop, so I can't use php or any other
server-side language.
In php, to allow users insert a break row just typing the Enter key, I use
this code:
<?php
echo nl2br($message)
?>
where $message is the text to which apply the conversion between Enter key
action and html <br> tag.
How can I achieve this in AS, so the same result come within Flash appl?

     Enrico Tomaselli
  +> web designer <+
  [EMAIL PROTECTED]
http://www.metatad.it

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to