flvplayback 自动隐藏,开始隐藏
我有一个带有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以做这样的事情吗?
<代码>
...其中 VideoPlayer 是 FLVPlayback 组件的实例。
Could do something like this?
...where VideoPlayer is the instance of your FLVPlayback component.