Category Archives: Software

How to get Kuler into Flash CS3

Adobe posted a tutorial on how to get the cool Kuler tool into Flash: http://www.adobe.com/devnet/flash/articles/kuler_panel.html

Posted in Flash | Tagged | Leave a comment

Adobe Video – Adding interactivity with buttons in ActionScript 3.0

Something very basic changed a but in ActionScript 3.0 – adding interactivity to buttons. This is a nice, short Adobe Video that shows how it’s done now: http://www.adobe.com/designcenter/video_workshop/?id=vid0130 (duplicate link from a previous post, recontextualized here) This other video showcases … Continue reading

Posted in Flash | Tagged | Leave a comment

Adobe Video – Copying animation as ActionScript 3.0

Another of the novelties of Flash CS3 is the capability of copying one animation to another object. That can also be done in ActionScript, as this video exemplifies: http://www.adobe.com/designcenter/video_workshop/?id=vid0126 By the way, Flash uses E4X to handle animation data in … Continue reading

Posted in Flash | Tagged , | Leave a comment

Using ActionScript 3.0 Components

This Adobe PDF is very useful for programming ActionScript 3.0 components: http://livedocs.adobe.com/flash/9.0/main/flash_as3_components_help.pdf This is a very practical introductory HTML tutorial: http://www.adobe.com/devnet/flash/quickstart/getting_started_ui_components/ Note the links in the end of the article: Using the Button component Using the Label component Getting started … Continue reading

Posted in Flash | Tagged , | Leave a comment

Adobe PDF – Programming ActionScript 3.0

This Adobe PDF is extremely useful for programming in ActionScript 3.0: http://livedocs.adobe.com/flash/9.0/main/flash_as3_programming.pdf

Posted in Flash | Tagged | Leave a comment

gotoAndLearn – Flash Video Tutorials

I found this interesting site with Flash video tutorials: http://www.gotoandlearn.com/

Posted in Flash | Tagged | Leave a comment

Exporting library symbols in ActionScript 3.0

One of the important changes from ActionScript 2.0 to 3.0 is exporting library symbols. Now, when you export a library symbol, you are creating a new class. This Adobe tutorial provides an interesting insight on this topic: http://livedocs.adobe.com/flash/9.0/main/00000215.html

Posted in Flash | Tagged | Leave a comment

Rich Internet Applications Topic Center

This is Adobe’s Rich Internet Applications page. Very much centered around Flex: http://www.adobe.com/devnet/ria/

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

Essential ActionScript 3.0 by Colin Moock

Colin Moock has been writing excelent ActionScript books for O’Reilly, and Essential ActionScript 3.0, coming out in June, should also be worth buying: http://oreilly.com/catalog/9780596526948/ Colin Moock links: http://moock.org/ http://www.moock.org/blog/

Posted in Flash | Tagged | Leave a comment