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

Commit

Permalink
Merge pull request videojs#167 from saxena-gaurav/fixContentFlash
Browse files Browse the repository at this point in the history
fix content flashing issue when new video loads
  • Loading branch information
bclwhitaker committed Jun 23, 2015
2 parents e1960ae + 3a7a382 commit 504c517
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 504c517

Please # to comment.