如何使用外部按钮控制 flv 嵌入视频?
我对 Flash 并不陌生,但我有一段时间没有正确使用它了,很多事情都发生了变化,因此我无法弄清楚这一点。
我已将 flv 视频嵌入到我的时间线中,它使用 flv 播放组件来播放和 SteelExternalAll.swf 皮肤。我想使用我创建的位于视频播放器旁边的按钮来控制此 flv。理想情况下,这些按钮应该是缩略图,类似于 DVD 上的章节缩略图,并且具有非常相似的功能。由于这些缩略图按钮始终存在,我希望它们在电影播放时发生变化,我认为当前播放的边框就足够了。
视频有近3分钟长,我从Sorenson Squeeze中提取了提示点。
最好的方法是什么?
预先非常感谢
I am not new to Flash but I have not properly used it for sometime, a lot has changed and as such i am unable to figure this out.
I have embedded a flv video into my timeline, it uses the flv playback component to play and the SteelExternalAll.swf skin. I would like to control this flv using buttons that I have created that are postioned next to the video player. Ideally, these buttons would be thumbnails, similar to chapter thumbnails on DVDs and would serve a very similar function. As these thumbnail buttons are always present, I want them to change while the movie plays, I think a border around the currently playing would suffice.
The video is nearly 3 mins long, I have made cue points from Sorenson Squeeze.
What is the best way to do this?
Many thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
FLVPlayback
调度 当玩家到达cuePoint
时,cuePoint 事件。侦听此事件并更改事件处理程序中相应按钮的边框。FLVPlayback
dispatches a cuePoint event when the player reaches acuePoint
. Listen to this event and change the border of the appropriate button in the event handler.就像 Amargosh 所说的那样,cuePoint 事件是最好的方法。
Like Amarghosh say- cuePoint event is the best way.