<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Script><![CDATA[
        import mx.controls.Alert;
        protected function hello():void
        {
            Alert.show("hi! " + nameTextInput.text);
        }
        ]]></mx:Script>
    <mx:TextInput id="nameTextInput" />
    <mx:Button id="helloButton" click="hello()" label="Say Hello"/>
</mx:Application>
이전에 인텔리J에서 만들어 둔 hello world 예제를 약간 수정해서 만들어 봤다. 막상 만들려고 하니 액션 스크립트와 mxml 컴포넌트가 궁금했고 그래서 API와 문법을 참조할 수 있는 문서들을 모아두었다. 
이걸로 봄싹 플레이어나 만들어벌까. 줄여서 '봄플'인가. '봄TV'라고 할까나.