AS3 embed question
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开发者_如何学Python specify the 'source' location at compile time.
How can i do this?
You should use compiler variable : Actionscript add strings to embedded images?
精彩评论