flex动态换肤的demo事例

flex动态换肤的demo例子flex动态换肤的demo例子 ----》建立三个css样式文件;/* CSS file - Standard Styles

flex动态换肤的demo例子
flex动态换肤的demo例子

----》建立三个css样式文件;

/* CSS file - Standard Stylesheet */
   Label{
    backgroundColor: #6E6E6E;
    fontSize:20;
color: #99F11C;

}

   Label{
    backgroundColor: #6E6E6E;
    fontSize:20;
color: #F8FBFC;
}

   Label{
    backgroundColor: #6E6E6E;
    fontSize:20;
color: #2025DE;
}

----》测试程序