Hello, I am currently on an AS3 project and got a lot Warnings: "Default CSS file not found" and it become more and more. It has something to with either: * flash.utils.getDefinitionByName * or with [embed()] Tags that lead to generated xyAsset Classes that extend mx.core.ByteArrayAsset and thus using the Flex framework classes in a AS3 only project that doesn't want to use the Flex framework. ;-)
But the main problem is the really really annoying Warning "Default CSS file not found" that populates my Problems View more and more. I would even put an empty default css file somewhere, if I only would know how. Regards, Matthias

