xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark">
import mx.controls.Alert;
private function myEventHandler(event:MouseEvent):void {
Alert.show("An event of type '" + event.type + "' occurred.");
}