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(文件)问题。
我有外部 swf 库中存在的装饰项目,当我需要其中的任何一个装饰项目时,我必须首先加载整个文件(这需要很长时间,因为其中有很多项目)。有没有办法让我只能从图书馆索取某些物品(电影剪辑)。
在其他情况下,我将不得不为每个装饰项目制作“n”个文件。
谢谢,纳吉姆。
我认为您应该将您的 assets.swf 与许多 swf 分开,例如: assetsForStage1.swf assetsForStage2.swf assetsForStage3.swf 其中 assetsForStage1.swf 包含您的应用程序通常在 stage1 或应用程序的某些状态下需要的资产。