Browse Subversion Repository
Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as
Parent Directory
| Revision Log
| Patch
| 4534 |
*/ |
*/ |
| 4535 |
public function addDlList():void{ |
public function addDlList():void{ |
| 4536 |
var videoId:String = PathMaker.getVideoID(this.videoPlayer.title); |
var videoId:String = PathMaker.getVideoID(this.videoPlayer.title); |
| 4537 |
|
var thumbUrl:String = (videoInfoView.image_thumbImg.source as String); |
| 4538 |
|
|
| 4539 |
if(videoId != null){ |
if(videoId != null){ |
| 4540 |
var video:NNDDVideo = new NNDDVideo(WatchVideoPage.WATCH_VIDEO_PAGE_URL + videoId, this.videoPlayer.title); |
var video:NNDDVideo = new NNDDVideo(WatchVideoPage.WATCH_VIDEO_PAGE_URL + videoId, this.videoPlayer.title); |
| 4541 |
|
if (thumbUrl != null) |
| 4542 |
|
{ |
| 4543 |
|
video.thumbUrl = thumbUrl; |
| 4544 |
|
} |
| 4545 |
(FlexGlobals.topLevelApplication as NNDD).addDownloadListForInfoView(video); |
(FlexGlobals.topLevelApplication as NNDD).addDownloadListForInfoView(video); |
| 4546 |
logManager.addLog("InfoViewからDLリストへ追加:" + video.getDecodeUrl()); |
logManager.addLog("InfoViewからDLリストへ追加:" + video.getDecodeUrl()); |
| 4547 |
}else{ |
}else{ |
|
|
Legend:
| Removed from v.889 |
|
| changed lines |
| |
Added in v.898 |
|
|
|