show/hide this revision's text 2 Answer adapted to fit the revised question

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.

show/hide this revision's text 1

My Flex swf was being loaded by a vanilla Actionscript 3 swf. That swf was loading external content that had the same class name defined in the library as my embedded skins. Because the AS3 swf had priority for class definitions, the non-Flex content was being pulled in by the StyleManager.

Because this content did not extend UIMovieClip, it was causing all kinds of problems, but a lot of the Style loading process is wrapped in error-supressing try-catch blocks.

The problem was solved by renaming the Flash asset classes.