Flash 标准库?

发布于 2024-07-06 20:40:05 字数 132 浏览 5 评论 0原文

对于 Flash 的新项目,我一直在寻找符合基本编程需求的标准库、Python 或 Ruby 标准库。 但我唯一发现的是 Sourceforge 上的一个死项目。

那么flash没有标准库吗? 每个人每次都重新发明轮子吗?

For a new project with Flash I was looking for something along the lines of standard libraries for basic programming needs, along the lines of Python or Ruby standard libraries. But the only thing I found was a dead project on Sourceforge.

Thus is there no standard library for flash? Does everyone reinvent the wheel each time?

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

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

发布评论

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

评论(2

喜你已久 2024-07-13 20:40:05

基本库内置于 Flash 中。 除此之外还有 flex,它为您提供了完整的 RIA 框架。 然后还有 3d 的 3rd 方框架,物理引擎,各种设计模式 (MVCIoC 等)仅举几例。

所以不,你不会每次都重新发明轮子。

The basic libraries are built into flash. Then on top of that there is flex, which gives you an entire RIA framework. Then there are 3rd party frameworks for 3d, physics engines, various design patterns (MVC, IoC etc) to name just a few.

So no, you do not not to reinvent the wheel every time.

桃气十足 2024-07-13 20:40:05

假设我正确理解你的问题,Flash Player API 是“标准库”对于 Flash 应用程序(flash.* 包)。

对于更多面向应用程序编程的库,可以使用 Flex 标准库(<代码>mx.* 包)。

Assuming I understand your question correctly, the Flash Player API is the "standard library" for Flash applications (the flash.* packages).

For more application programming -oriented libraries, there are the Flex standard libraries (the mx.* packages).

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