- Timestamp:
- 05/14/08 14:36:21 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypub/bpclientflex/src/org/cnflex/buddypub/mvc/view/container/Main.mxml
r150 r155 6 6 <mx:Script> 7 7 <![CDATA[ 8 import mx.events.ModuleEvent; 8 9 import com.firemoss.modelglue.event.ModelGlueEvent; 9 10 import org.cnflex.buddypub.mvc.control.EventHandlers; … … 13 14 var event:ModelGlueEvent = new ModelGlueEvent(EventHandlers.REUQEST_USER_LOGIN); 14 15 event.dispatch(); 16 } 17 18 private function showModuleError(event:ModuleEvent):void{ 19 Alert.show(event.errorText); 15 20 } 16 21 ]]> … … 34 39 <view:displayItems> 35 40 36 <contentbox:ContentBoxPanel title="当前播放列表" minWidth="250" width="100%">41 <contentbox:ContentBoxPanel title="当前播放列表"> 37 42 <mx:Label text="1111"/> 38 43 </contentbox:ContentBoxPanel> 39 44 40 <contentbox:ContentBoxPanel title="我的收藏夹" /> 45 <contentbox:ContentBoxPanel title="我的收藏夹" id="myCollection"> 46 <mx:ModuleLoader url="modules/earthplayer.swf" 47 width="{myCollection.width-2}" height="{myCollection.height-24}" error="showModuleError(event)" /> 48 </contentbox:ContentBoxPanel> 41 49 <contentbox:ContentBoxPanel title="我的主页" /> 42 50 <contentbox:ContentBoxPanel title="好友/消息" />
