Showing posts with label flash xml parsing html tags. Show all posts
Showing posts with label flash xml parsing html tags. Show all posts

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-