-
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
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
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
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
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
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
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
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
Adobe Flex 3 for free (education)
For Flash platform developers: Adobe Flex Builder 3 is now available for free, to students/faculty/staff. A great opportunity to develop ActionScript 3 applications for free, or to expand your Flash toolkit. https://freeriatools.adobe.com/flex/ (via Matti Luhtala)
Posted in Flash
2 Comments
Flash CS5 announced
At Adobe MAX 2009, Flash CS5 was announced. The iPhone apps publisher is the main news, but other features include: New text capabilities via the Text Layout Framework (TLF) — Get unprecedented text control and creativity with projects created in … Continue reading
Flash apps for iPhone coming up soon
Flash CS5 will allow the development of iPhone apps, as Adobe demonstrates: http://labs.adobe.com/technologies/flashcs5/appsfor_iphone/ TechCrunch report on Adobe MAX event, where this was announced: http://www.techcrunch.com/2009/10/05/adobe-shows-off-flash-apps-for-iphone-yes-you-read-that-right/ It’s not a Flash plug-in for iPhone, but a very nice workaround…
Posted in Flash, iOS, Platforms
2 Comments