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 嵌入到 FLEX 项目中,从中导入符号,而不是整个 SWF
并且编译器显示如下错误:“无法转码资产 swf”,但 SWF 是正确的,它的版本是 10.2,actionscript 版本是 3
错误是在闪存中制作符号
当您将对象转换为符号时,您应该选择“Export for Actionscript”选项
之后,这个符号将能够嵌入到 flex 应用程序中