Changeset 12254
- Timestamp:
- 05/23/08 23:53:23 (5 years ago)
- Location:
- lang/actionscript/IRCShower/trunk/src
- Files:
-
- 1 added
- 1 modified
-
IRCShower-app.xml (added)
-
IRCShower.mxml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/IRCShower/trunk/src/IRCShower.mxml
r12253 r12254 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> 3 <mx:Script> 4 <![CDATA[ 5 import net.suztomo.nicoscreen.*; 6 import net.suztomo.irc.*; 7 8 public var host:IRCHost; 9 10 11 private function onMyButtonClick():void { 12 myLavel.text = "hello world"; 13 trace(sampleCombo.selectedLabel); 14 host = new IRCHost(sampleCombo.selectedLabel, 6667); 15 host.connect(); 16 17 // var screen:NicoScreen = new NicoScreen(); 18 } 19 20 21 ]]> 22 </mx:Script> 2 <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> 23 3 24 4 <mx:ArrayCollection id="comboArray"> … … 32 12 </mx:Panel> 33 13 <mx:Label id="myLavel" /> 34 <mx:Button label="button" click="onMyButtonClick()"/>14 <mx:Button label="button" /> 35 15 </mx:VBox> 36 </mx: Application>16 </mx:WindowedApplication>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)