将影片剪辑从 as3(父级)发送到 flash 中的 as2

发布于 2024-12-01 12:06:51 字数 263 浏览 2 评论 0原文

我有一个 as3 电影,其中加载了 as2

我在 as3 中创建了一个影片剪辑,我想将这个创建的影片剪辑传递给 as2。

有一些问题:

1 - 如何将其从as3发送到as2?

2 - 如何使用收到的数据在 as2 中创建影片剪辑? ( loadMovie 函数只有一个 url 参数,而不是 data

I have a as3 movie which loads an as2 in it.

I create a movieclip in as3 and i want to pass this created movieclip to as2.

There are some problems:

1 - How to send it from as3 to as2?

2 - How to create a movieclip in as2 with this received data? ( the loadMovie function has just a url parameter, not data )

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

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

发布评论

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

评论(2

挽清梦 2024-12-08 12:06:51

As3 运行时无法使用 as2 swf 中的代码进行操作,因为它们在不同的 AVM 运行时中执行 (http://help.adobe.com/en_US/as3/learn/WS5b3ccc516d4fbf351e63e3d118a9b90204-8000.html)。无法传递显示对象。

不过我认为可以通过以下方式传递原始数据:

As3 runtime cann't operate with code in as2 swfs because they are executed in different AVM runtimes (http://help.adobe.com/en_US/as3/learn/WS5b3ccc516d4fbf351e63e3d118a9b90204-8000.html). No way to pass display object.

However I think it is possible to pass raw data via:

感情洁癖 2024-12-08 12:06:51

我知道的唯一方法是尝试使用 LocalConnection,但是我不确定您是否可以通过它传递 DisplayObject。

the only way i know is to try using LocalConnection, however i'm not sure you can pass a DisplayObject through it.

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