In flex 4 Load css file from remote server
In Flex 4 i want to load css file开发者_Go百科 from remote server at runtime it's possible?
If the css file is compiled as a .swf file, yes:
StyleManager.getStyleManager(this.moduleFactory).loadStyleDeclarations("newStyle.swf");
精彩评论