XML/Flash editors?
XML/Flash editors?
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- kinetic0
i've had this issue before as well when bringing dynamic data into flash
i think you have to do a string replace and remove new lines...can't remember exactly
try something like this
xmlString = new String(xml);
xmlString.split("\n").join("");ill dig around in some of my old FLAs and see if i can find something for you...try that in the meantime though