PDA

View Full Version : carriage returns in text files


matt poole
02-25-2003, 02:36 PM
Im having trouble using the "\n" carriage return character in a text file im loading in.

The player is just printing the "\n" character as plain text. I cant format the text as HTML (see this (http://www.actionscript.org/forums/showthread.php3?s=&postid=106496#post106496) post)

Is there another alternative to the "\n" character that will work with external text?

fgf
02-25-2003, 05:19 PM
URL Encoding: Reading special characters from a text file

look for the above technote over at macromedia it has a full list of url encoding codes for flash.

fgf