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 662 by mineap, Sat Oct 1 09:52:35 2011 UTC revision 673 by mineap, Sat Oct 22 06:00:37 2011 UTC
# Line 3457  package org.mineap.nndd.player Line 3457  package org.mineap.nndd.player
3457                   */                   */
3458                  public function seekOperation(vpos:Number):void{                  public function seekOperation(vpos:Number):void{
3459                          if(videoInfoView.isEnableJump){                          if(videoInfoView.isEnableJump){
3460                                  this.seek(vpos/100);                                  this.seek(vpos/1000);
3461                          }else{                          }else{
3462                                  logManager.addLog("ジャンプ命令を無視(ジャンプ先:" + vpos/100 + ")");                                  logManager.addLog("ジャンプ命令を無視(ジャンプ先:" + vpos/1000 + " sec.)");
3463                          }                          }
3464                  }                  }
3465                                    

Legend:
Removed from v.662  
changed lines
  Added in v.673

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