-
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
Category Archives: Software
Adobe tutorial: Loading RSS data from the Internet
This tutorial is extremely useful for loading RSS data into a Flash document: http://livedocs.adobe.com/flash/9.0/main/00000133.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
Library for JavaScript
Marcus also mentioned this link for a JavaScript grapical library: http://script.aculo.us/
Papervision: 3D in Flash
Marcus has just mentioned this great link to a Open Source realtime 3D engine for Flash: http://blog.papervision3d.org
Adobe – Creating Liquid UIs
Article and tutorial on creating liquid GUIs with Flash, Flex Builder, and ActionScript 3.0 http://www.adobe.com/devnet/flash/articles/liquid_gui.html (useful for allowing the user to resize the browser window, maintaining the alignements)
Classes and inheritance in ActionScript 3.0
These Adobe documents are a good introduction to Classes and Sub-Classes: Strategies for designing a class http://livedocs.adobe.com/flash/9.0/main/00000032.html Inheritance http://livedocs.adobe.com/flash/9.0/main/00000068.html
Adobe – Flash Development Center – Quick Starts
Adobe’s Flash Development Center has a very useful Quick Starts section with short tutorials on different key features of ActionScript 3.0. I’ve provided direct links to the ones I find more useful: Embedding fonts Event handling Display list programming Creating … Continue reading
What’s new in ActionScript 3.0
“Although ActionScript 3.0 contains many classes and features that will be familiar to ActionScript programmers, ActionScript 3.0 is architecturally and conceptually different from previous versions of ActionScript. The enhancements in ActionScript 3.0 include new features of the core language and … Continue reading
Posted in Flash
Leave a comment
O’Reilly ActionScript 3.0 books
O’Reilly continues to publish very good ActionScript books. Here is the link to their Flash and ActionScript section: http://www.oreilly.com/pub/topic/flash Besides the excellent Essencial ActionScript 3.0 book already discussed here, there are 2 more books I reccomend: ActionScript 3.0 Design Patterns … Continue reading