Hi all
I have a dynamic text field in Flash CS4 which gets its value via XML from a back-end MySQL database.
The issue is that I want to make the text field to display HTML text
my_txt.htmlText= <a href="http://www.pantene.com>"PANTENE COMPANY</a>
However, there is a problem in Flash both AS2 & AS3 and both CS3 & CS4 in the sense that when there are special characters ie: double quotation marks ", the XML loader does not read (retrieve) any data from the database.
How can I suppress these special characters ? How can I find a workaround ?
Thanks
Hagop