Wednesday, March 11, 2009

Flash XML parsing including HTML tags in the XML

If you want to parse the HTML tags within your XML, the XML document should look like below -



And in the Flash scripting if you have a Dynamic Textbox named dynTxt the code will be as follows -

dynTxt.htmlText = Variable holding your text data

Following are the tags supported by Flash while parsing XML-

No comments: