Search and replace actionscript 1
Have you ever had this problem with flash that when you get your XML from another programming language, they have it all mixed up with spaces and hard breaks …
Well, this website just saved me from it
http://www.tutorio.com/tutorial/actionscript-search-and-replace-in-flash
Just search and replace them to a nice “one-liner”








Jul 11, 2006 @ 16:56:50
Or in ActionScript 3 you can use the built-in regular expression engine and replace any n and r character to an empty string.