Random header image at labs.ghostinteractive.net

processing.video on OSX 10.6 with Eclipse

Using the processing.video.* package w/ Eclipse on w/ Snow Leopard requires a couple of extra steps to make things run smoothly. This post does not cover how to create a Processing project in Eclipse. If you are looking for that info go here: http://processing.org/learning/tutorials/eclipse/
The first step is to link the Processing video.jar file to your [...]

February 7th, 2010 | Published in Processing | by Jeremy


AudioSpot Addition To Overlay Extension

A new set of classes for the Overlay Extension have been completed. The new code allows regions of a zoom image to be accompanied by audio ( read: music, narration, sound fx ). A region is defined as either radial or rectangular and within a zoom range. The demo below demonstrates the basic concept. Note: [...]

May 8th, 2009 | Published in ActionScript | by Jeremy


More Overlay Example Code Available

A couple of new overlay code examples have been added to our Google Code repository. These examples are very stripped down

April 17th, 2009 | Published in ActionScript | by Jeremy  |  9 Comments


Overlay Extension For OpenZoom SKD Released

The Overlay Extension for the OpenZoom SDK is light-weight set of Actionscript 3 classes that provide mapping-like functionality for use with the OpenZoom ZUI ( zoomable user interace) framework. These classes provide functionality for adding “hotspots” and “point to point paths” to the Open Zoom MultiScaleImage component. These classes use standard x & y coordinates [...]

April 13th, 2009 | Published in ActionScript | by Jeremy  |  19 Comments


Strip Whitespace From String ActionScript 3.0

Just came up with this simple method for removing extra whitespace from a string using regular expressions and the String.replace() method. Many examples found on the web involve looping through the entire string and evaluating individual characters which can be an expensive operation. Using regular expressions, as shown below, can definitely save some keystrokes and [...]

April 8th, 2009 | Published in ActionScript | by Jeremy  |  3 Comments


About labs.ghostinteractive.net

A hub for the experiments, hacks and open source ventures of Ghost Interactive . Subscribe via RSS »