我知道你可以使用CSS来使用StyleManager在Flex中设置对象样式:
http://livedocs.adobe.com/flex/3/html/help.html?content=styles_07.html
http://livedocs.adobe.com/flex/3/html/help.html?content=styles_07.html
您还可以动态加载已编译的CSS文件(SWF):
http://livedocs.adobe.com/flex/3/html/help.html?content=styles_10.html
但是,我正在使用Web GUI和服务器端脚本动态创建CSS文件.
如果更改了CSS,那么脚本还需要将CSS编译为SWF(这不是一个可行的选项).有没有办法解决?