闪光翻页效果
我有一个html编码的网页,我需要为其添加翻页效果。
我尝试了几种 jQuery 效果,但没有一个足够好。
我正在考虑使用透明背景的 Flash 影片来获得效果,但我需要从 html 代码播放和停止 Flash 影片。
我知道如何显示或隐藏它,但是我可以在显示时播放它并在隐藏时停止它吗?
如果您有其他想法,我很想听听!
谢谢!
I have a html coded web page and I need to add a turning page effect to it.
I tryed several jQuery effects but none of them were good enough.
I´m thinking of using a transparented-background flash movie to get the effect, but I need to play and stop the flash movie from the html code.
I know how to show or hide it, but can I play it when showing and stop it when hiden??
If you have other ideas I´d love to hear them!!
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Flash 电影是您自己写的吗?如果是这样,您可以使用 ExternalInterface 来允许 javascript向 Flash 影片发出何时开始/停止动画的信号的页面(动画完成时影片可以向 javascript 发出信号)。
Are you writing the flash movie yourself? If so you can use ExternalInterface to allow javascript in the page to signal the flash movie when to start/stop animating (and the movie could signal javascript when the animation is done).