I have compiled a CSS swf file which includes embedded skins for my Flex application. In our download product, this CSS works fine. On the web, a non-Flex container is loading the Flex application, and the CSS fails silently.
When the application is debugged, the following runtime error can be seen in the trace output, but is not raised as an exception.
method not implemented mx.core::IFlexDisplayObject/mx.core:IFlexDisplayObject::setActualSize() over-binding 0 in GlobalStyle__embed_css__319796825 accessor not implemented mx.core:IFlexDisplayObject::measuredHeight over-binding 0 in GlobalStyle__embed_css__319796825 accessor not implemented mx.core:IFlexDisplayObject::measuredWidth over-binding 0 in GlobalStyle__embed_css__319796825 method not implemented mx.core::IFlexDisplayObject/mx.core:IFlexDisplayObject::move() over-binding 0 in GlobalStyle__embed_css__319796825
Update
Now that I've determined the actual problem, I've editted the question to be more useful and direct.