Question : CDATA with XML problem in AS3

I have this on my XML file and I'm wondering if is possible?

<contact contact_fr="Text de la page Contact" contact_en=<![CDATA["blb<br>bla<br>more bla"]]>/>

so I can load the text as HTML IN AS3

Answer : CDATA with XML problem in AS3

sadly no. you can't use cdata on attributes.
Random Solutions  
 
programming4us programming4us