Browse Subversion Repository
Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| |