Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有flvplayback 组件的flvplayback 项目,它使用flash 提供的shin,我将其设置为自动隐藏,但它总是在控件打开的情况下启动视频,除非用户将鼠标悬停在视频上,否则我不希望它们显示。
可以做这样的事情吗?
onLoad = function(){ VideoPlayer.skinAutoHide=true; VideoPlayer.skinFadeTime=0; }
...其中 VideoPlayer 是您的 FLVPlayback 组件的实例。