Tag Archives: xml

Animation by code: Motion as XML

The “Copy Motion as XML” functionality in Flash can lead to some very interesting results. Besides a video mention in a previous post, you can also follow this tutorial on the subject: http://www.adobe.com/devnet/flash/articles/creating_animation_as3_07.html

Posted in Flash | Tagged , | Leave a comment

XMLList in ActionScript 3.0

XMLList is a practical way to represent a section of an XML document in Flash: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/XMLList.html

Posted in Flash | Tagged | Leave a comment

E4X and for each..in ActionScript statement

The “for each..in” statement is essencial for E4X in Flash: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/statements.html#for_each..in

Posted in Flash | Tagged | Leave a comment

XML Namespaces

Links about XML Namespaces (W3C and Wikipedia links): http://www.w3.org/TR/REC-xml-names/ http://en.wikipedia.org/wiki/XML_Namespace

Posted in Flash | Tagged | Leave a comment

E4X – ECMAScript for XML

ActionScript 3.0 includes support for E4X – ECMAScript for XML. A reminder: ActionScript is part of the ECMAScript family standard. “ECMAScript for XML (E4X) offers new ways to retrieve data from XML in Adobe Flash applications. (…) you can use … Continue reading

Posted in Flash | Tagged | Leave a comment