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:
Code:
 <  >   '  "
Among others.

The CDATA wrapper allows you to use those symbols as a string.