-
Authors
Tags
openFrameworks Links
Media and Data Resources
Other Links
- Adobe Flash Developer Center
- Arduino
- C4ios
- Cinder
- Cocos2D
- Corona SDK
- Flight 404 (Robert Hodgin, Cinder)
- Form+Code – code examples
- Kinect Hacks
- libpd
- Max/MSP/Jitter
- Multimedia Development (Flash)
- NodeBox
- OpenSceneGraph
- PhoneGap
- Pocode
- Pure Data
- Quartz Composer
- Software Studies (Processing, HTML5/JS)
- Sparrow Framework
- TestFlight
- TouchDesigner
- Unity
- vvvv
- Web Media Development (JavaScript)
- Xcode
Meta
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
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
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
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
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