Show
Ignore:
Timestamp:
05/14/08 14:36:21 (8 months ago)
Author:
silver
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/buddypub/bpclientflex/src/org/cnflex/buddypub/mvc/view/container/Main.mxml

    r150 r155  
    66        <mx:Script> 
    77                <![CDATA[ 
     8                        import mx.events.ModuleEvent; 
    89                        import com.firemoss.modelglue.event.ModelGlueEvent; 
    910                        import org.cnflex.buddypub.mvc.control.EventHandlers; 
     
    1314                                var event:ModelGlueEvent = new ModelGlueEvent(EventHandlers.REUQEST_USER_LOGIN); 
    1415                                event.dispatch();                                
     16                        } 
     17                         
     18                        private function showModuleError(event:ModuleEvent):void{ 
     19                                Alert.show(event.errorText);     
    1520                        } 
    1621                ]]> 
     
    3439                        <view:displayItems> 
    3540                         
    36                                 <contentbox:ContentBoxPanel title="当前播放列表" minWidth="250" width="100%"> 
     41                                <contentbox:ContentBoxPanel title="当前播放列表"> 
    3742                                        <mx:Label text="1111"/> 
    3843                                </contentbox:ContentBoxPanel> 
    3944                                 
    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> 
    4149                            <contentbox:ContentBoxPanel title="我的主页" /> 
    4250                            <contentbox:ContentBoxPanel title="好友/消息" />