Top RIA blogs award

Top RIA blogs

Confessions of an Flash Addict Rotating Header Image

Posts under ‘Actionscript 3’

Clipping values between 0 and 1

Sometimes its handy to normalize of clamp values between a specific range. You can do this very easily with Math.min() and Math.max(). Here is a code snippet to show you how: Clipping values to stay between 0 and 1// clipping values for volume function set volume( value:Number ):void {     _soundTransform.volume = Math.min(Math.max(value, 0), [...]

WIRED Magazine…

…has done it again! After creating a fabulous demo showcasing AIR running on tablets, now the created a new demo with a new issue running on the iPad. So check out the following minute of tablet-sexiness!

More things every flash developer needs to know…

After searching the net I found this really good video of a presentation of Grant Skinner. Its a good follow up on my previous post.

Playing Chromeless YouTube video’s in AS3

Today me and a colleague spend a considerable amount of time looking for a way to show a chrome less YouTube Video in an AS3 project. We finally found a solution after searching the net for 2 hours Below is the code and zip file with the entire project made in FDT 4. (So you [...]

Top 10 Innovative project on the Flash Platform

Something went wrong with their video, so tyou have to skip the first 10 minutes. But very very interresting stuff!