2009.03.12

Callback Format for FuseKit

By underblob @ 12:43pm — Categories: Flash, Tech
clip.slideTo ( x_value, y_value, duration, easing, delay, callback );

Where callback is structure as follows:

clip.slideTo ( [...], { scope:this, func:”function_name”, args:argvalue } );

To send multiple args values, send as an array

2009.03.05

MixBlendr

By underblob @ 1:29pm — Categories: Music, Tech

A new Java-based application for mixing audio tracks right in your web browser has just launched. MixBlendr is open source and available for download to use on your own website. Right now they have a contest running until April 9, 2009 for best mix of the tracks they posted on their site.

Check it out: mixblendr.com