Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以通过任何方式安装和使用来自外部模块/swf 的扩展。 据我所知,扩展文件(ddl 等)是使用本机安装程序安装的。 有什么方法可以在运行时安装它们,例如在加载外部 swf 时?
在移动设备上:否 - 所有代码都需要在编译时存在;您不能在运行时加载任何外部代码(通过 SWF 或 ANE)。
在桌面上,这可能是可能的,因为 ANE 本质上是一个具有某种魔力的 SWC,但在这种情况下,直接使用 SWC/SWF 会更容易。