Develop and Download Open Source Software

Browse Subversion Repository

Diff of /NNDDv2/trunk/src/org/mineap/nndd/view/VideoInfoView.as

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 876 by mineap, Sat Jul 7 08:49:54 2012 UTC revision 891 by mineap, Sat Jul 14 05:55:28 2012 UTC
# Line 1605  public function getNameList():Array{ Line 1605  public function getNameList():Array{
1605   */   */
1606  public function resetPlayList():void{  public function resetPlayList():void{
1607          this.playListName = "";          this.playListName = "";
1608          if(label_playListTitle != null){          this.label_playListTitle_dataProvider = playListName;
                 label_playListTitle.text = playListName;  
         }else{  
                 canvas_videoInfo.addEventListener(FlexEvent.CREATION_COMPLETE, function(event:FlexEvent):void{  
                         canvas_playList.addEventListener(FlexEvent.CREATION_COMPLETE, function(event:FlexEvent):void{  
                                 label_playListTitle.text = playListName;  
                         });  
                 });  
         }  
1609                    
1610          videoUrlMap = new Object();          videoUrlMap = new Object();
1611                    

Legend:
Removed from v.876  
changed lines
  Added in v.891

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26