Author Archives: Nuno Correia

Course files Jan-Feb/2010

The course files can be downloaded (or viewed, in the case of .swf´s) from here: http://mlab.taik.fi/mediacode/coursefiles/course_2010_01/ All old course files can be found here: http://mlab.taik.fi/mediacode/coursefiles/

Posted in Courses, Multimedia Authoring 2010 | Leave a comment

Multimedia Authoring: Jan-Feb/2010

The course is focused on the generative aspects of multimedia design and the authoring process, interface and interaction design and the control of media elements in interactive projects. Students will experiment with a broad range of media elements with an … Continue reading

Posted in Courses, Multimedia Authoring 2010 | Leave a comment

Flash Player 10.1 on Google’s Nexus One phone

Mashable published an article regarding Flash Player working on Google’s Nexus One phone: http://mashable.com/2010/01/06/flash-player-10-1-nexus-one/ It can be used to browse Flash-heavy sites and play online games, but it can also be used to deliver Flash-based ads. There article includes a … Continue reading

Posted in Android, Flash, Platforms | Leave a comment

Selection of best sites from recent months (Adobe Edge)

Rob Ford, founder of Favourite Website Awards (FWA), has selected some inspirational websites from recent months for Adobe’s Edge newsletter: http://www.adobe.com/newsletters/edge/december2009/articles/article3/

Posted in Inspiration | Leave a comment

Full-screen mode in Flash

Adobe article regarding full screen functionality in ActionScript, from Flash Player 9 onwards: http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html

Posted in Flash | Tagged | Leave a comment

Useful MovieClip-child tricks in AS3

Some useful MovieClip / Display Object tricks in ActionScript 3: 1. Send to front / back To set an MC on top of everything else: setChildIndex(yourMC, numChildren-1); To put an MC below everything else: setChildIndex(yourMC, 0); http://developer.yahoo.com/flash/articles/display-list.html 2. Remove all … Continue reading

Posted in Flash | Tagged | Leave a comment

Global Variables in ActionScript 3

Although there is no “direct” way to implement global variables in ActionScript 3, as there was in previous AS versions, I found this useful workaround, using a class with a static variable container: http://greenethumb.com/article/11/global-variables-in-as3

Posted in Flash | Tagged | Leave a comment

SoundCloud – 1st anniversary and ActionScript 3 API

Web audio hosting and streaming service SoundCloud have many good news on their anniversary: Cheaper premium accounts New players iPhone app and much more: http://soundcloud.com/pages/newsletters/2009/11/10/anniversary I would also highlight the recent ActionScript 3 API wrapper: http://blog.soundcloud.com/2009/09/18/as3-wrapper/ This library enables your … Continue reading

Posted in Flash | Tagged | Leave a comment

Adobe AIR 2 and Flash Player 10.1 Beta Software Now Available

From EON: Flash Player 10.1 is the first consistent browser runtime release of the Open Screen Project that will enable uncompromised Web browsing of expressive applications, content and high definition (HD) videos across the desktop and devices. (…) Additionally, Flash … Continue reading

Posted in Flash | Tagged | Leave a comment

TUIO (tangible multitouch UI)

TUIO is “an open framework that defines a common protocol and API for tangible multitouch surfaces”. It is based in OSC (Open Sound Control), and used in Reactable-based solutions (http://www.reactable.com). The developers behind TUIO include Music Technology Group (University Pompeu … Continue reading

Posted in Flash, Platforms, Tables/Surfaces | Tagged , | Leave a comment