My Flex swf was being loaded by a vanilla Actionscript 3 swf. That swf was loading external
The non-Flex application is using content that had from the library with the same class name defined in the library as my embedded the Flex skins embedded in the CSS swf. Because Flash looks to the AS3 most global swf had priority for class definitions, it is using the non-Flex content was being pulled in classes defined by the StyleManagernon-Flex application.
Because this content did does not extend UIMovieClip, it was is causing all kinds of problemsthe StyleManager to fail. Due to potential security errors, but a lot Adobe has wrapped most of the Style loading this process is wrapped in error-supressing try-catch blocks to supress expected runtime errors.
The problem was solved by renaming
Rename the Flash asset classes used by one application or the other in order to resolve this issue.
