闪光翻页效果

发布于 2024-08-22 14:13:00 字数 211 浏览 5 评论 0原文

我有一个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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兔姬 2024-08-29 14:13:00

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文