Reputation: 3077
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?
Upvotes: 1
Views: 626
Reputation: 2435
You should use compiler variable : Actionscript add strings to embedded images?
Upvotes: 4