AS3 标记语言
在 Actionscript 中渲染标记有哪些选项?我正在寻找一些可以用来为 Flash 应用程序中的菜单、工具提示和其他显示/前端内容编写模板的东西。
我希望能够从字符串加载模板,然后将其呈现为显示对象。里面的内容包括文本、可能的字体样式、文本位置和图像。
What options exist for rendering markup in Actionscript? I am looking for something I can use to write templates for menus, tooltips, and other display/frontend stuff in a Flash application.
I want to be able to load a template from a string, and then render it as a display object. The kinds of things that would go inside would include text, with possible font styles, text positioning, and images.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
灵活的家伙!一路弯曲。
http://www.adobe.com/products/flex/
您还拥有 Swing http://sourceforge.net/projects/aswing/
GAIA(非常受欢迎)http://www.gaiaflashframework.com/ gaiaflashframework.com/
还有更多,但我认为这三个是最受欢迎的。 弯曲!
Flex dude! Flex all the way.
http://www.adobe.com/products/flex/
You've also got Swing http://sourceforge.net/projects/aswing/
GAIA (very popular) http://www.gaiaflashframework.com/
there are many more but these are the three I understand as the most popular. Flex!
尝试 FTML:http://reshapemedia.com/ftml/ - flash 文本标记语言... as3 和 mxml在浏览器中。
示例:http://reshapemedia.com/ftml/downloads/samples/
Try FTML: http://reshapemedia.com/ftml/ - flash text markup language... as3 and mxml in the browser.
Samples: http://reshapemedia.com/ftml/downloads/samples/
不确定您对工作流程功能和可配置性有何想法,但一些入门链接可能包括:
Flash Drawing API:
文本
布局框架:
http://corlan.org/2009/01/19/how-to-use-text-layout-framework-in-flex-32-or-air-15/
来流动和管理文本的新方法
Flash Player 10使用 XML 标记和文本布局框架 :
http://www.flashandmath.com/flashcs5/gettext/index.html
给 Flex 组件换肤(因为它们已经具有很多前端功能):
http://www.jamesward.com/2009/07/17/flex-4-example-halo-component-with-spark-skin/" jamesward.com/2009/07/17/flex-4-example-halo-component-with-spark-skin/
我希望这个阅读列表能够提供一些起点,
Not sure what you have in mind for workflow functionality, and configuratbility specifically, but some links to get started from could include:
The Flash Drawing API:
http://www.senocular.com/flash/tutorials/flash10drawingapi/
Text Layout Framework:
http://corlan.org/2009/01/19/how-to-use-text-layout-framework-in-flex-32-or-air-15/
The new methods for flowing text and managing it for Flash Player 10
Using XML markup with the Text Layout Framework:
http://www.flashandmath.com/flashcs5/gettext/index.html
Skinning Flex Components (Since they already have a lot of front-end functionality):
http://www.jamesward.com/2009/07/17/flex-4-example-halo-component-with-spark-skin/
I hope this reading list gives some starting points,