开发者

flvplayback autohide, start hidden

开发者 https://www.devze.com 2023-02-11 06:04 出处:网络
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

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

精彩评论

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