Views: 460 | Comments: | Favorited: 0 | Rating: 0
Login to rate
Speaker: Danny Patterson
XML in Flash
By Danny Patterson
About Me
Flash/Web Consultant
Team Macromedia Flash
Partner at Community MX
Macromedia Certified
Flash MX 2004
Flash MX
Advanced ColdFusion MX
XML in Flash: Overview
What is XML Good At
What is XML NOT Good At
Common Usages of XML
XML inside of Flash
XPath in Flash
The future of XML in Flash: E4X
Q&A
What is XML Good At
Describing Complex Data
Nested data objects
Not limited to rows and columns
Can be used Across Technologies
XML is at the core of many cross-technology specifications like Web Services and RSS.
What is XML NOT Good At
Parsing Speed
Don’t use for large data sets
Can be difficult to use in Actionscript
The language is clumsy
Common Usages of XML
News and Blog Syndication (RSS)
Web Services (SOAP & WSDL)
Configuration Files
XMLSocket
XML inside of Flash
Flash XML Object
Loading XML Data
Creating XML Objects inside Flash
Sending XML Data
Navigating XML Structures
firstChild/lastChild/nextSibling
childNodes
XPath in Flash
XPath is a Standard
Included in the XSLT Specification
AS2 library from XFactorStudio
com.xfactorstudio.xml.xpath
XPath.selectNodes & XPath.selectSingleNode
XPathDocument
The future of XML in Flash: E4X
XML and XMLList Objects
no more XMLNode
XML Literals
Familiar way to Navigate
Filtering
Where to Go from Here
Community MX Articles
Article on XPath in Actionscript
Article on E4X
Q&A