<fx:Script>
<![CDATA[
import mx.controls.Alert;
<!-- My first post here. -->
public function welcomeHandler(evt:Event):void { Alert.show("Hello World!", "Greeting"); }
]]>
</fx:Script>
<fx:Script>
<![CDATA[
import mx.controls.Alert;
<!-- My first post here. -->
public function welcomeHandler(evt:Event):void { Alert.show("Hello World!", "Greeting"); }
]]>
</fx:Script>