예플 서적을 구매해서 하나씩 따라 해보는 플렉스 왕초보 입니다.
서적의 예제 첫번 부터 에러가 나오는데 도무지 어디가 에러인지 몰라 고수님들께 문의 드립니다.

1부 플렉스 준비 코스 중 따라하기 2-6 플렉스 애플리케이션 실행에서
오류 가 납니다. ㅠㅠ

예제를 따라 하면 소스가 아래와 같이 나오는데요..
어디가 에러 인지 부탁좀 드립니다.
Flesh Builder4로 따라한 것입니다.

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
 <fx:Declarations>
  <!-- Place non-visual elements (e.g., services, value objects) here -->
 </fx:Declarations>
 <s:Panel x="24" y="10" width="511" height="461" id="txtInput">
  <s:TextInput x="85" y="124" id="txtName"/>
  <s:Button x="222" y="125" label="Button" width="64" click="mx.controls.Alert.show('Hello! ' +txtName.text)"/>
 </s:Panel>
</s:Application>

에러 메세지를 보면 10번 줄이 오류라는데.. ㅠㅠ
고수님들 부탁드립니다.