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 807 by mineap, Tue May 1 17:58:22 2012 UTC revision 808 by mineap, Wed May 2 05:31:56 2012 UTC
# Line 4444  package org.mineap.nndd.player Line 4444  package org.mineap.nndd.player
4444                  }                  }
4445                                    
4446                  /**                  /**
4447                   * 再生中の項目をにこ☆さうんどで開きます                   * 再生中の項目をNicoSoundで開きます
4448                   *                   *
4449                   */                   */
4450                  public function openNicoSound():void{                  public function openNicoSound():void{
# Line 4456  package org.mineap.nndd.player Line 4456  package org.mineap.nndd.player
4456                                  WebServiceAccessUtil.openNicoSound(videoId);                                  WebServiceAccessUtil.openNicoSound(videoId);
4457                          }                          }
4458                                                    
4459                            
4460                    }
4461                    
4462                    /**
4463                     * 再生中の項目をにこ☆さうんどで開きます
4464                     *
4465                     */
4466                    public function openNicoStarSound():void
4467                    {
4468                            var title:String = this.videoPlayer.title;
4469                            
4470                            if(title.length > 0){
4471                                    var videoId:String = PathMaker.getVideoID(title);
4472                                    WebServiceAccessUtil.openNicoStarSound(videoId);
4473                            }
4474                  }                  }
4475                                    
4476                  /**                  /**

Legend:
Removed from v.807  
changed lines
  Added in v.808

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