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 文件中提取一些文本。有可能的?有没有图书馆可以做到这一点?
如果是,使用哪种编程语言?
您可以使用SOThink SWF 反编译器之类的工具来提取 .swf 中的资源和源代码。您的文本将嵌入图像中,从 .swf 中存储(或生成)的字符串中绘制到电影中,或者从外部源加载。