flvplayback 自动隐藏,开始隐藏

发布于 2024-10-17 23:27:08 字数 111 浏览 1 评论 0原文

我有一个带有 flvplayback 组件的 flash 项目,使用 flash 提供的 shin,并将其设置为自动隐藏,但它总是在打开控件的情况下启动视频,除非用户将鼠标悬停在视频上,否则我不希望它们显示。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天气好吗我好吗 2024-10-24 23:27:08

可以做这样的事情吗?

<代码>

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

...其中 VideoPlayer 是 FLVPlayback 组件的实例。

Could do something like this?

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文