<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:page="page.*"
   preinitialize="aa.t()" initialize="aa.tt()" creationComplete="aa.ttt()"
   applicationComplete="aa.tttt()" >
 <mx:Script>
        <![CDATA[ 
            import page.test1;
            public var tt:test1= new test1();
        ]]>
 </mx:Script>
 <mx:Script source="file.as"/>    
<page:test1 id="aa"/>
<mx:Button x="38" y="72" label="Button1" click="tt.t()"/>
<mx:Button x="38" y="102" label="Button2" click="aa.t()"/>
<mx:Button x="38" y="132" label="Button3" click="file()"/>
</mx:Application>
posted on 2008-12-19 18:06  Stym--闫生  阅读(1325)  评论(0编辑  收藏  举报