Flash Lite 有什么用,这和 Flash Action Script 一样吗

发布于 2024-07-29 19:19:26 字数 71 浏览 4 评论 0原文

我想知道Flash Lite 与Flash Action Script 编程相同。 我们何时/何地使用 Flash Lite?

I want to know is Flash Lite is same as Flash Action Script programing.
When/where we use Flash Lite?

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

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

发布评论

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

评论(2

濫情▎り 2024-08-05 19:19:26

请阅读 Wikipedia ActionScript 页面。

Adobe Flash Lite 2 简介 (PDF) 介绍了哪些功能部分受支持,并且是专门为移动设备引入的。

Please read the Wikipedia ActionScript page.

The Adobe Intro to Flash Lite 2 (PDF), describes which features are supported partially and which are introduced specifically for mobile devices.

玩物 2024-08-05 19:19:26

Flashlite 是针对嵌入式设备的 Flash 风格,因为资源有限的设备通常不支持完整的 Flash。 Flashlite 仅支持 as2,并且大多数(但并非全部)actionscript 类都是相同的。 例如,MovieClip 对象没有 getRect() 函数,但有 getBounds()。 SharedObject 是另一个工作原理不同的部分。

需要注意的一件事是,Adobe 宣布在移动设备中支持 Flash Player 10,它支持更多现代 Flash 功能,例如 ActionScript 3 和 Flex。 因此,也许将来您会在嵌入式设备上使用 flash 10,但目前我们只能使用 flashlite。

Flashlite is the flavor of Flash for embedded devices, since full Flash is not typically supported on devices with limited resources. Flashlite only supports as2, and MOST, but not all, of the actionscript classes are the same. For example, the MovieClip object doesn't have the getRect() function, but it does have getBounds(). SharedObject is another piece that doesn't work the same.

One thing to note is that Adobe announced support for flash player 10 in mobile devices, which support more of the modern flash features, like actionscript 3 and flex. So maybe in the future, you'll use flash 10 on your embedded device, but for now, we're stuck with flashlite.

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