I use flash cs6 (no flex no flashdevelop) I have a main swf that loads into it 2 swf files. (actually it is much more then 2) the two loaded files use symbols from the same SWC file. what I want is to embed the swc to the main swf, and so the swc will be ready for the two loaded files. but my problem is: the loaded files are using a class that refers to symbols inside the swc. so when I export them (publish them as swf) I get an error if I dont embed the swc to each one of them. is there a way around?
PS the swc is a huge file containing hundreds of .mp3 files that are needed for each of the loaded files, so I definately don't want to embed it to each of the loaded files.