The following example shows how you can use an XML document as a data provider for a Spark List control in Flex 4 by using an XMLListCollection.
Full code after the jump.
{ 11 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
The following example shows how you can use an XML document as a data provider for a Spark List control in Flex 4 by using an XMLListCollection.
Full code after the jump.
{ 11 comments }
The following example shows how you can delete nodes from an XML object using the delete operator.
Full code after the jump.
{ 4 comments }
The following example shows how you can display dynamically loaded XML data (with namespaces) in a Flex DataGrid control.
Full code after the jump.
{ 9 comments }
The following example shows how you can use the describeType() method to inspect a class’s accessor methods.
Full code after the jump.
{ 2 comments }
The following example shows how you can parse an XML node with a dash in its node name (<font-family />) as well as parsing an Object with a dash in it’s identifier using the square bracket notation ([]).
Full code after the jump.
{ 0 comments }
The following example shows how you can get the XML class’s current settings by calling the static XML.settings() method.
Full code after the jump.
{ 0 comments }
Ignoring comments in an XML file in ActionScript 3.0
by Peter deHaan on August 22, 2008
in ActionScript, XML
The following example shows how you can ignore comment tags (<!-- … -->) in an XML document by setting the static
XML.ignoreCommentsproperty.Full code after the jump.
[click to continue…]
Tagged as: ignoreComments, toXMLString()
{ 1 comment }