flv视频播放后的Flash交互
我有一个嵌入 Flash 中的 FLV 视频。我能够让视频按照我想要的方式播放,但是当视频播放并结束时,我想要显示两个选项/“按钮”,允许用户像 youtube 那样重播视频,或者链接到另一个网页。
我知道这一定是一个非常基本的问题,但我似乎找不到任何答案。我附上了视频结尾的屏幕截图。非常感谢任何人,如果他们不想浪费时间解释的话,至少可以给我指出正确的方向!
I have a video embedded in Flash as an FLV. I'm able to get the video to play through the way I want, but when the video plays through and ends, I want to have two options/"buttons" display that allow the user to either replay the video a la youtube, or link to another web page.
I know it must a very basic question but I can't seem to find any answers. I've included a screen capture of the end of the video. Much thanks to anyone who can at least point me in the right direction if they don't want waste time trying to explain!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要收听 FLVPlayback完整的事件。视频播放完毕后将调度此事件。
You need to listen to the FLVPlayback complete event. This event is dispatched when the video finishes playing.