Develop and Download Open Source Software

Browse Subversion Repository

Diff of /NNDDv2/trunk/src/org/mineap/nndd/player/PlayerController.as

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 833 by mineap, Sat May 5 23:14:37 2012 UTC revision 853 by mineap, Sat May 26 09:20:56 2012 UTC
# Line 605  package org.mineap.nndd.player Line 605  package org.mineap.nndd.player
605                                          var nnddVideo:NNDDVideo = libraryManager.isExist(PathMaker.getVideoID(videoPath));                                          var nnddVideo:NNDDVideo = libraryManager.isExist(PathMaker.getVideoID(videoPath));
606                                                                                    
607                                          if(nnddVideo != null){                                          if(nnddVideo != null){
608                                                  videoInfoView.image_thumbImg.source = nnddVideo.thumbUrl;                                                  videoInfoView.image_thumbImg.source = decodeURIComponent(nnddVideo.thumbUrl);
609                                          }                                          }
610                                  }                                  }
611                                                                    

Legend:
Removed from v.833  
changed lines
  Added in v.853

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26