Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
fix content flashing issue when new video loads
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Saxena committed Jun 23, 2015
1 parent e1960ae commit 3a7a382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified dist/video-js.swf
Binary file not shown.
2 changes: 2 additions & 0 deletions src/com/videojs/providers/HTTPVideoProvider.as
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ package com.videojs.providers{
public function die():void{
if(_videoReference)
{
// Clears the image currently displayed in the Video object.
_videoReference.clear();
_videoReference.attachNetStream(null);
}

Expand Down

0 comments on commit 3a7a382

Please # to comment.