如何每隔几分钟旋转一次 Flash 视频?

发布于 2024-07-15 04:18:49 字数 45 浏览 6 评论 0原文

我想在 5 分钟后将网站上的 Flash 视频旋转为新视频。 自动旋转它。

I'd like to rotate flash video on my website after 5 minutes to a new video. Autorotate it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

落叶缤纷 2024-07-22 04:18:50

通过旋转,我认为您的意思是播放系列中的下一个视频,对吧? 您需要添加一个事件监听器来监听播放 flv 的 NetStream 实例的 NetStatusEvent。 一旦您收到“NetStream.Play.Stop”,您就知道您的视频已停止,您可以启动下一个视频。

by rotate, i think you mean play the next video in a series, right? you need to add an event listener to listen to the NetStatusEvent for the NetStream instance playing the flv. Once you get 'NetStream.Play.Stop' you know your video has stopped and you can fire up the next one.

橙味迷妹 2024-07-22 04:18:50

您可以将 setInterval 与补间结合使用来执行实际的旋转。

You'd use setInterval in combination with a tween to do the actual rotation.

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