Browse Subversion Repository
Diff of /NNDDv2/trunk/src/org/mineap/nndd/view/VideoInfoView.as
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|