Browse Subversion Repository
Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as
Parent Directory
| Revision Log
| Patch
| 1409 |
} |
} |
| 1410 |
|
|
| 1411 |
} |
} |
| 1412 |
|
else |
| 1413 |
|
{ |
| 1414 |
|
if (PlayerController.WINDOW_TYPE_FLV == this.windowType) |
| 1415 |
|
{ |
| 1416 |
|
if (videoInfoView != null) |
| 1417 |
|
{ |
| 1418 |
|
this.setVideoSmoothing(videoInfoView.isSmoothing); |
| 1419 |
|
} |
| 1420 |
|
} |
| 1421 |
|
} |
| 1422 |
|
|
| 1423 |
}catch(error:Error){ //ウィンドウが閉じられた後に呼ばれるとエラー。停止処理を行う。 |
}catch(error:Error){ //ウィンドウが閉じられた後に呼ばれるとエラー。停止処理を行う。 |
| 1424 |
trace(error.getStackTrace()); |
trace(error.getStackTrace()); |
|
|
Legend:
| Removed from v.565 |
|
| changed lines |
| |
Added in v.569 |
|
|
|