在 Flex3 Air 中创建和编辑 CSS
我需要通过 Flex 3 Air 应用程序创建 CSS 文件。我需要创建和编辑 CSS 文件并通过类名访问各个样式。请提供您知道的任何示例或相关链接。
I need to create a CSS file via the Flex 3 Air application. I need to create and edit the CSS file and access individual styles by class name. Please give any examples or related links of which you aware.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不太使用 Flex,但似乎你需要通过 URLLoader/HTTPService/etc 加载 CSS 文件并编写一个类来解析。
您可以从框架附带的一个开始,或者在网上查找并根据您的需要进行调整。我发现的第一个是这个。显然可以有更好的选择。
I don't use Flex that much, but it seems you need to load the CSS file via URLLoader/HTTPService/etc and write a class to parse.
You can probably start from the one that comes with the framework, or have look online and adapt one for your needs. The first this that I found was this. Obviously there could be better alternatives.