COOOOL !!
ActionScript 3 Aero Glass class with sample how to use it.
Glass color, opacity can be changed via contructor params.
import com.flashrush.AeroGlass;
var glass:AeroGlass = new AeroGlass(stage, width, height,
color, colorAlpha);
addChild(glass);
Posted 2 months ago
very nice, I was thinking about doing something like this in a website I did last year.
Posted 2 months ago