fix bug in video player:if from=xx:xx:xx is used then bkgrnd flashes

This commit is contained in:
ichuang
2013-01-25 16:45:16 -05:00
parent 72c9d9f70c
commit c56982e6f0

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