Browse Subversion Repository
Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as
Parent Directory
| Revision Log
| Patch
| 3204 |
} |
} |
| 3205 |
|
|
| 3206 |
if(!watchVideoPage.onlyOwnerText){ |
if(!watchVideoPage.onlyOwnerText){ |
| 3207 |
var thumbInfo:String = watchVideoPage.thumbInfoLoader.thumbInfo; |
var thumbInfo:String = watchVideoPage.thumbInfoLoader.data; |
| 3208 |
if(thumbInfo != null){ |
if(thumbInfo != null){ |
| 3209 |
var analyzer:ThumbInfoAnalyzer = new ThumbInfoAnalyzer(new XML(thumbInfo)); |
var analyzer:ThumbInfoAnalyzer = new ThumbInfoAnalyzer(new XML(thumbInfo)); |
| 3210 |
var video:NNDDVideo = libraryManager.isExist(videoId); |
var video:NNDDVideo = libraryManager.isExist(videoId); |
| 3263 |
}catch(error:Error){ |
}catch(error:Error){ |
| 3264 |
fail = true; |
fail = true; |
| 3265 |
trace(error.getStackTrace()); |
trace(error.getStackTrace()); |
| 3266 |
|
logManager.addLog("エラー発生:" + error); |
| 3267 |
} |
} |
| 3268 |
|
|
| 3269 |
if(fail){ |
if(fail){ |
|
|
Legend:
| Removed from v.945 |
|
| changed lines |
| |
Added in v.979 |
|
|
|