当我从flash-cs4内部测试flash应用程序时,它工作得很好,但当我尝试导出电影时,它给出了一个错误:
You have used a feature that requires the Flex SDK: Embed metadata Please set the Flex SDK path if necessary and add it to the library path for this file. The Flex SDK folder contains the bin, frameworks, lib and other folders.
我检查了设置,在库路径中有一个条目:${FlexSDK}/frameworks/libs/flex.swf。要使导出的swf正常工作,我还需要做些什么?
附言:我在我的应用程序中使用了Embed元标签。
发布于 2010-10-24 04:21:39
以Flex .swc文件为目标。路径示例:
SDKs/flex_sdk/4.1.0/frameworks/libs/flex.swchttps://stackoverflow.com/questions/4002960
复制相似问题