A client has asked me to bundle together a bunch of swfs into a single master one which can load/play them on command. Simple enough to do using loader to fetch external swfs; however, the adserver they're using doesn't support multiple files.
My question is: is it possible to bundle those sub-swfs into the main one so that they are no longer "external files" and the ad-server can be given a single swf?
Importing them to the library doesn't work because it strips scripts (right...?).
Thanks!