Develop and Download Open Source Software

Browse Subversion Repository

Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as

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

revision 889 by mineap, Sat Jul 14 05:05:44 2012 UTC revision 898 by mineap, Sat Jul 21 03:48:07 2012 UTC
# Line 4534  package org.mineap.nndd.player Line 4534  package org.mineap.nndd.player
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

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