在 2 个样式表之间动态 Flex 进行更改
我有一个具有两个不同样式表的 Flex 移动项目:
- theme1.css (包含主题 1 的所有 css)
- theme2.css (包含主题 2 的所有 css)
该项目一次只需要导入一个样式表。
如何创建一个在两个样式表之间切换并刷新屏幕的按钮?
谢谢 菲尔
I have a Flex mobile project with two different style sheets:
- theme1.css (Contains all the css for theme 1)
- theme2.css (Contains all the css for theme 2)
The project needs to import only ONE stylesheet at a time.
How can I create a button that switches between two stylesheets and refreshes the screen?
Thanks
Phil
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将 css 编译为 swf,方法是右键单击 Flash Builder Burrito 中的文件并检查编译为 SWF 选项
You need to compile your css to swf, by rightclicking on the file in Flash Builder Burrito and checking the compile to SWF options