jQuery 滑块,滑动到时自动播放 SWF
我在谷歌上搜索了一段时间才得到这个问题的答案。
我想用 JavaScript 构建一个滑块,其中包含图像和我自己的 SWF 电影。 问题是我希望这个滑块自动滑动,当它击中 SWF 电影时,我应该自动播放该滑块,当电影结束时继续滑动。 当然我希望它循环播放。
我需要找到正确的方向来查找示例和帮助。
问候 埃里克
I've serach google for a while to get an answer to this question.
I want to build a slider with JavaScript that both have images and my own SWF movies.
The problem is that i want this slider to slide automatic and when it hits a SWF movie i should play that automatic and when the movie ends continue with the slide.
And ofcourse i want it to loop.
I need a finger in the right direction where to find examples and help.
Regards
Erik
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用 SWFObject 插件 (http://code.google.com/p/swfobject/) 和 JW Player (http://www.longtailvideo.com/players/jw-flv-player/)。如果只是一部电影,FLV 可能是更好的格式。
如果您的页面应该加载,您需要执行 $.ajax 请求来获取相应文件的 flashvars。在您的 flashvars 中,您需要创建 div 来附加视频播放器,并确保“自动启动”设置为 true。
要使用滑块对其进行设置,请尝试将其与 jCarousel 集成。应该可以做到这一点。
I would recommend using SWFObject plugin (http://code.google.com/p/swfobject/), and JW Player (http://www.longtailvideo.com/players/jw-flv-player/). If it's just a movie, FLV might be a better format.
On the event that your page should load, you need to do a $.ajax request to get the flashvars for the appropriate file. In your flashvars, you need to create the div to have your video player appended to, and make sure 'autostart' is set to true.
To set it up with a slider, try integrating it with jCarousel. That should do it.