Wonder if someone can help, I’ve loaded in to my flash file a bit of text from an external XML document which displays in a text box nicely. What I now need is to be able to get the length of the string. Is this possible?
My initial thought was:[COLOR=Blue]
text_box.text = xml;[/COLOR]
[COLOR=Blue]trace(xml.length());
[COLOR=Black]However the trace box returns the value “1” which is assume is a boolean. Any ideas?[/COLOR]
[/COLOR]