-
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: Flash
Open-Source Web Graphics
Mozilla, Google Back New Plan for Open-Source Web Graphics From Wired: http://blog.wired.com/business/2009/03/mozilla-google.html
Papervision3D
http://code.google.com/p/papervision3d/ http://blog.papervision3d.org/ Â Flash have some tools for manipulating 2D data in 3D space, but for real 3D, check this one.
3D in Flash CS4
Using 3d in Flash, both as timeline animation and using ActionScript, is now very simple. Check out this Adobe article: http://www.adobe.com/devnet/flash/articles/3d_support.html
Microsoft launches Silverlight 3
It seems that finally Silverlight will be a worthy competitor to Flash. From Webmonkey: The new beta shows off new hardware integration, interactive controls and the ability to download Silverlight applications to your desktop. Silverlight 3 takes advantage of the … Continue reading
wonderfl
wonderfl is a service where you can build a Flash(swf file) online. Usually when you want to build Flash, you need Flash IDE or Flex, FlashDevelop or any flash building tool to write code and compile it. With wonderfl, you … Continue reading
Conduit for Flash Pixel Bender
From http://lacquer.fi/conduit/pixelbender/ (via Timur Kuyanov): The latest Flash Player version 10 introduces a powerful new feature: Pixel Bender shaders. Using shaders you can bypass Flash’s built-in image effects and blending modes and instead manipulate pixels at will. Shaders are rendered … Continue reading
Popforge Sound Library (AS3)
Popforge sound library is bundled with many sound processing and manipulation possibilities. The library is developed by Andre Michelle and Joa Ebert. Please note that Flash example files are under trunk menu. One needs to download them as well as … Continue reading
Flash and the iPhone – opportunities and threats
Adobe is working with Apple on bringing Flash support to the iPhone: http://www.bloomberg.com/apps/news?pid=20601087&sid=a19HIOO8r_6c&refer=home On the other hand, WebKit now supports explicit animations in CSS, which will mean increased competition for Flash: http://webkit.org/blog/324/css-animation-2/
Posted in Flash, iOS, Platforms
Leave a comment
Saving Flash graphics as image files at runtime
This tutorial explains how to make a screen capture of graphics generated in Flash, within the same file. Very useful for generative graphics that you to be able to create snapshots of, or for creating drawing apps with a save … Continue reading
Detecting microphone activity
I found this on the Adobe website: Programming ActionScript 3.0 > Working with sound > Capturing sound input > Detecting microphone activity http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000301.html It’s still in the Flash 9 documentation, but might be useful for a simple sound detection application.