swfmill 是否嵌入或加载图像
Does swfmill embed or load images
我很想知道 swfmill 是否真的将图像嵌入 swf
或创建加载程序?
在 documentation 中显示 "Add to Library"。
但在 examples 中,我看到作者导入 flash.display.LoaderInfo;
并使用位图。
资源是嵌入的,不是动态加载的。在你提到的例子中有一个 import
但它实际上没有被使用。
我很想知道 swfmill 是否真的将图像嵌入 swf
或创建加载程序?
在 documentation 中显示 "Add to Library"。
但在 examples 中,我看到作者导入 flash.display.LoaderInfo;
并使用位图。
资源是嵌入的,不是动态加载的。在你提到的例子中有一个 import
但它实际上没有被使用。