-
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
Monthly Archives: December 2008
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.
Generating sounds dynamically in Flash Player 10
Very good examples about dynamic sound generation in Flash: http://www.adobe.com/devnet/flash/articles/dynamic_sound_generation/index.html