I’m in the process of planning a banner project, where I want to being able to output all banner formats (about 10+ of them) from the same flex project.
They will all contain pretty much the same content but with some variation, and because of the size limit I want to load only the necessary assets for each format.
I wonder if there’s a way to dynamically load different assets (in form of swf or swc) depending on some setting? I can of course load different swf:s into the main swf but I want only one swf per format.
How about launch configurations, is there a way to choose different swc:s there?