Has nothing to do with flash.
In xml certian symbols cannot be used in a string because they are being used as mark up symbols within the language.
These include:
Among others.Code:< > ' "
The CDATA wrapper allows you to use those symbols as a string.




Reply With Quote