AS3嵌入问题
我正在创建一个包装器 SWF,需要使用 Actionscript 3 中的 [Embed ] 标签嵌入多个 swf。
在使用 flex sdk 编译 as3 项目时如何嵌入自定义 swf,EG:
[Embed(source="/MySWF1.swf", mimeType="application/octet-stream")]
但是我想指定“源” ' 编译时的位置。
我该怎么做?
I'm creating a wrapper SWF that needs to embed multiple swf's using the [Embed ] tag in Actionscript 3.
How can i embed a custom swf when compiling a as3 project using the flex sdk, E.G:
[Embed(source="/MySWF1.swf", mimeType="application/octet-stream")]
However i want to specify the 'source' location at compile time.
How can i do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用编译器变量:Actionscript 将字符串添加到嵌入图像?
You should use compiler variable : Actionscript add strings to embedded images?