Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
NNDD - ニコ動専用ブラウザ
NNDD - ニコ動専用ブラウザ
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse SVN
Browse Git: nndd
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Forums
List of Forums
Open Discussion (1)
Help (1)
Developers (1)
Help
Mailing Lists
list of ML
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[nndd]
/
NNDDv2
/
trunk
/
src
/
org
/
mineap
/
nndd
/
player
/
PlayerController.as
Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as
Parent Directory
|
Revision Log
|
Patch
revision
825
by
mineap
, Fri May 4 18:51:31 2012 UTC
revision
830
by
mineap
, Fri May 4 20:35:35 2012 UTC
#
Line 817
package org.mineap.nndd.player
Line 817
package org.mineap.nndd.player
817
818
renewDownloadManager = new RenewDownloadManager(null, logManager);
renewDownloadManager = new RenewDownloadManager(null, logManager);
819
renewDownloadManager.addEventListener(RenewDownloadManager.PROCCESS_COMPLETE, function(event:Event):void{
renewDownloadManager.addEventListener(RenewDownloadManager.PROCCESS_COMPLETE, function(event:Event):void{
820
videoPath = renewDownloadManager.savedVideoFile.url;
var video:NNDDVideo = libraryManager.isExist(PathMaker.getVideoID(renewDownloadManager.savedVideoFile.url));
var video:NNDDVideo = libraryManager.isExist(PathMaker.getVideoID(videoPath));
821
if(video == null){
if(video == null){
822
try{
try{
823
video = new LocalVideoInfoLoader().loadInfo(videoPath);
video = new LocalVideoInfoLoader().loadInfo(videoPath);
#
Line 830
package org.mineap.nndd.player
Line 829
package org.mineap.nndd.player
829
libraryManager.add(video, false);
libraryManager.add(video, false);
830
video = libraryManager.isExist(video.key);
video = libraryManager.isExist(video.key);
831
}
}
832
videoPath = video.file.url;
833
if (videoPlayer != null)
if (videoPlayer != null)
834
{
{
835
videoPlayer.title = video.file.name;
videoPlayer.title = video.file.name;
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.825
changed lines
Added in v.830
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26