XML in Flash

Please enabled JavaScript and install Flash Player 8 or above for view the content.
Created on 23 September, 2007by flash Learn more about paid account
I love Flash!!

Share

URL:
Embed:

Additional Info

Language: English Status: Public Category: Software Creative Commons: Attribution-NonCommercial-ShareAlike License
Views: 424 | Comments: 0 | Favorited: 0 | Rating: 0 Login to rate
Add to Favorite SaveCancelSaved
Please enter the folder name:
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

Comments

No comment.

Post Comment

You want to comment?
Join VCASMO for a free account, or Login if you are already a member.

Clear Trace