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 979 by mineap, Sat Aug 31 09:12:50 2013 UTC revision 980 by mineap, Sat Aug 31 10:25:49 2013 UTC
# Line 3690  package org.mineap.nndd.player Line 3690  package org.mineap.nndd.player
3690                   */                   */
3691                  public function seekOperation(vpos:Number):void{                  public function seekOperation(vpos:Number):void{
3692                          if(videoInfoView.isEnableJump){                          if(videoInfoView.isEnableJump){
3693                                  this.seek(vpos/1000);  //                              this.seek(vpos/1000);
3694                                    this.seek(vpos);
3695                          }else{                          }else{
3696                                  logManager.addLog("ジャンプ命令を無視(ジャンプ先:" + vpos/1000 + " sec.)");                                  logManager.addLog("ジャンプ命令を無視(ジャンプ先:" + vpos + " sec.)");
3697                          }                          }
3698                  }                  }
3699                                    

Legend:
Removed from v.979  
changed lines
  Added in v.980

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