Hi fellows,
Well I was loading a xml file (using CDATA) into my flash app. I’m still using AS2 and everyting works perfectly with linebreaks and everything. The only thing I can’t understand is why a linebreak is so huge? When I load the XML-file into PHP to edit, it looks good. But when I save it and load it again into flash one linebreak is like two linebreaks.
For example:
In php it looks like this:
Hi there
what a beautiful day
and when I load it into flash it becomes:
Hi there
what a beautiful day
Its like one linkebreak becomes two. And i use ignoreWhite = true.
I appriciate all help.
Thanks,
Martin