Привет всем!
создаю приложение в Idea (Diana), не компилит:

Код AS1/AS2:
<?xml version="1.0" ?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script><![CDATA[
import mx.controls.Alert;
]]></mx:Script>
<mx:Button click="Alert.show('Hello, world')" label="Say Hello"/>
</mx:WindowedApplication>
Ругается:
Information:c:\progra~1\jetbra~2\intell~1\jre\jre/bin/java.exe -Dapplication.home=C:/Program Files/Adobe/Flex Builder 3/sdks/3.3.0 -Xmx384m -Dsun.io.useCanonCaches=false -Duser.language=en -Duser.region=en -classpath C:\Program Files\JetBrains\IntelliJ IDEA 9815/plugins/flex/lib/idea-fcsh-fix.jar;C:/Program Files/Adobe/Flex Builder 3/sdks/3.3.0/lib/fcsh.jar com.intellij.flex.FcshLauncher
Information:Adobe Flex Compiler SHell (fcsh)
Information:Version 3.3.0 build 4589
Information:Copyright © 2004-2007 Adobe Systems, Inc. All rights reserved.
Information:mxmlc -load-config+=untitled6_temp_flex_config.xml
Information:Loading configuration file C:\Program Files\Adobe\Flex Builder 3\sdks\3.3.0\frameworks\flex-config.xml
Information:Loading configuration file C:\Documents and Settings\Administrator\My Documents\Flex Builder 3\untitled6\untitled6_temp_flex_config.xml
Information:Compilation completed with 1 error and 0 warnings
Information:1 error
Information:0 warnings
C:\Documents and Settings\Administrator\My Documents\Flex Builder 3\untitled6\src\HelloWorld.mxml
Error:Error:Unable to locate specified base class 'mx.core.WindowedApplication' for component class 'HelloWorld'.
В чем может быть проблема ?
Спасибо