Merge pull request #1354 from MITx/feature/ichuang/fix-flashing-background-in-video

fix bug in video player:if from=xx:xx:xx is used then bkgrnd flashes
This commit is contained in:
David Ormsbee
2013-01-25 13:55:16 -08:00

View File

@@ -45,6 +45,7 @@ class @VideoPlayer extends Subview
modestbranding: 1
if @video.start
@playerVars.start = @video.start
@playerVars.wmode = 'window'
if @video.end
# work in AS3, not HMLT5. but iframe use AS3
@playerVars.end = @video.end