Browse Subversion Repository
Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as
Parent Directory
| Revision Log
| Patch
| 1328 |
|
|
| 1329 |
trace(videoDisplay.width + "," + videoDisplay.height); |
trace(videoDisplay.width + "," + videoDisplay.height); |
| 1330 |
|
|
| 1331 |
|
logManager.addLog("オリジナルの動画サイズ:" + this.videoDisplay.videoObject.videoWidth + " x " + this.videoDisplay.videoObject.videoHeight); |
| 1332 |
|
|
| 1333 |
if(videoDisplay.hasEventListener(LoadEvent.BYTES_LOADED_CHANGE)){ |
if(videoDisplay.hasEventListener(LoadEvent.BYTES_LOADED_CHANGE)){ |
| 1334 |
//init後の初回の大きさ合わせが出来れば良いので以降のシークでは呼ばれないようにする |
//init後の初回の大きさ合わせが出来れば良いので以降のシークでは呼ばれないようにする |
| 1335 |
videoDisplay.removeEventListener(LoadEvent.BYTES_LOADED_CHANGE, byteloadedChangedEventHandler); |
videoDisplay.removeEventListener(LoadEvent.BYTES_LOADED_CHANGE, byteloadedChangedEventHandler); |
| 1384 |
this.videoPlayer.nativeWindow.height += int(videoWindowHeight - this.videoPlayer.canvas_video_back.height); |
this.videoPlayer.nativeWindow.height += int(videoWindowHeight - this.videoPlayer.canvas_video_back.height); |
| 1385 |
this.videoPlayer.nativeWindow.width += int(videoWindowWidth - this.videoPlayer.canvas_video_back.width); |
this.videoPlayer.nativeWindow.width += int(videoWindowWidth - this.videoPlayer.canvas_video_back.width); |
| 1386 |
|
|
| 1387 |
|
if (this.videoDisplay != null) |
| 1388 |
|
{ |
| 1389 |
|
logManager.addLog("表示中の動画サイズ:" + this.videoDisplay.width + " x " + this.videoDisplay.height); |
| 1390 |
|
} |
| 1391 |
|
|
| 1392 |
// (this.videoPlayer as Window).validateDisplayList(); |
// (this.videoPlayer as Window).validateDisplayList(); |
| 1393 |
// (this.videoPlayer as Window).validateNow(); |
// (this.videoPlayer as Window).validateNow(); |
| 1394 |
|
|
|
|
Legend:
| Removed from v.673 |
|
| changed lines |
| |
Added in v.681 |
|
|
|