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 808 by mineap, Wed May 2 05:31:56 2012 UTC revision 824 by mineap, Fri May 4 15:10:45 2012 UTC
# Line 3780  package org.mineap.nndd.player Line 3780  package org.mineap.nndd.player
3780                                  });                                  });
3781                                                                    
3782                                  // コメントを投稿                                  // コメントを投稿
3783                                  commentPost.postCommentWithLogin(UserManager.instance.user, UserManager.instance.password, videoID, comment, command, commentTimerVpos/10);                                  commentPost.postCommentWithLogin(UserManager.instance.user, UserManager.instance.password,
3784                                            videoID, comment, command, commentTimerVpos/10, videoInfoView.is184);
3785                                                                    
3786                                  // とりあえずコメントを表示。通し番号をマイナスにして正規のコメントと区別する。                                  // とりあえずコメントを表示。通し番号をマイナスにして正規のコメントと区別する。
3787                                  commentManager.addPostComment(new NNDDComment(commentTimerVpos/10, comment, command, "", -1, "", -1, true), this._isLengthwisePreferred);                                  commentManager.addPostComment(new NNDDComment(commentTimerVpos/10, comment, command, "", -1, "", -1, true), this._isLengthwisePreferred);

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

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