柔性。 停止电影

发布于 2024-07-28 23:27:56 字数 416 浏览 3 评论 0原文

我使用 Image 标签将 swf 影片加载到我的 Flex 应用程序中。

<mx:Image id="preloader" x="0" y="0" width="100%" height="100%"  scaleContent="false"
         source="@Embed(source='/assets/swf/preloader_small.swf')"  
         horizontalAlign="center" verticalAlign="center"/>

它是一个动画预加载器。 有人可以告诉我如何停止预加载动画(例如在 MovieClip 中调用 stop() 方法)。 不上传动画等

最好 弗拉基米尔

I loaded an swf movie into my flex application using an Image tag.

<mx:Image id="preloader" x="0" y="0" width="100%" height="100%"  scaleContent="false"
         source="@Embed(source='/assets/swf/preloader_small.swf')"  
         horizontalAlign="center" verticalAlign="center"/>

It is an animated preloader. Can someone tell me how to stop the preloader animation (like calling stop() method in a MovieClip). Without uploading the animation and etc

best
Vladimir

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

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

发布评论

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

评论(1

乖乖兔^ω^ 2024-08-04 23:27:57
stop()

每当播放头在某一帧上遇到停止动作时,它都会停在该帧上。 然后,您将需要采取行动来告诉播放头移动到下一个场景或帧。 您可以通过在最后一帧上添加转到操作将其发送回第一帧来循环场景......

stop()

Anytime the playhead encounters a stop action on a frame, it will stop on that frame. You will then need actions to tell the playhead to move along to the next scene or frame. You can loop a scene by adding a goto action on the last frame that sends it back to the first frame.....

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