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 1004 by mineap, Sat Nov 1 09:25:23 2014 UTC revision 1009 by mineap, Sun Nov 2 04:44:56 2014 UTC
# Line 4576  package org.mineap.nndd.player Line 4576  package org.mineap.nndd.player
4576                                                    
4577                  }                  }
4578                                    
                 /**  
                  * 再生中の項目をにこ☆さうんどで開きます  
                  *  
                  */  
                 public function openNicoStarSound():void  
                 {  
                         var title:String = this.videoPlayer.title;  
                           
                         if(title.length > 0){  
                                 var videoId:String = PathMaker.getVideoID(title);  
                                 WebServiceAccessUtil.openNicoStarSound(videoId);  
                         }  
                 }  
                   
                 /**  
                  *  再生中の項目をnicomimiで開きます  
                  *  
                  */  
                 public function openNicomimi():void{  
                           
                         var title:String = this.videoPlayer.title;  
                           
                         if(title.length > 0){  
                                   
                                 var videoId:String = PathMaker.getVideoID(title);  
                                 WebServiceAccessUtil.openNicomimi(videoId);  
                         }  
                           
                 }  
4579                                    
4580                  /**                  /**
4581                   *                   *

Legend:
Removed from v.1004  
changed lines
  Added in v.1009

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