开发者

flvplayback autohide, start hidden

I have a flash project with an flvplayback component using a flash provided shin and I have it set to auto hide but It always starts 开发者_开发问答the video with the control on and I don't want them to show unless the user hovers over the video.


Could do something like this?

onLoad = function(){
    VideoPlayer.skinAutoHide=true;
    VideoPlayer.skinFadeTime=0;
}

...where VideoPlayer is the instance of your FLVPlayback component.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜