Hello,
I have really strange problem.
I am working on an AIR application which uses several skins. I prepared All these skins in swc files. These files contain bitmap images. I specified unique class names for each bitmap to use in my actionscript.
I added my swc files using File/Publish setting/Flash/Setting/Library path.
If I put only 4 swc everything works fine.
The problem starts when I put more than 4 swc files. When I try to compile I have just empty stage. No errors, nothing!
I want to say that all class names are unique and I tried different combination of swc files to be sure that the problem is not because of a specific swc file. It always works when swc files are 4 or less but not more.
Thank you.