

Some snapshot...
It’s quite easy to use sound effect within flex application, I mean simple sound,…
<mx:SoundEffect id="mySounds" source="@Embed(source='assets/jazz.mp3')"/>
…
<mx:Image source="@Embed(source='assets/Nokia_6630.png')"
mouseDownEffect="{mySounds}"/>
…
With the sample code above, you can see that only 2 statement of code can add simple sounds in your app.
:)
This is a great moment in 2010 May…
It’s a ~1000pts drop within 10mins on Thursday
The deep drop happened under the shadow of Euro “PIIGS”
:P
[CDATA[
override public function set data(value:Object):void {
// this is critical since we only want to inject additional logic
super.data = value;
// new behavior
var minAge:Number = 40;
if (data.age <>) {
setStyle("color",0xFF0000);
} else {
setStyle("color",0x000000);
}
}
]]>