AS3 标记语言

发布于 2024-10-16 19:11:55 字数 144 浏览 4 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

琉璃繁缕 2024-10-23 19:11:55

灵活的家伙!一路弯曲。
http://www.adobe.com/products/flex/

  • 2 个月免费试用
  • 有大量tourdeflex Flex 的示例资源
  • 正是您所要求的。 XML 风格的前端语言与 AS3 适合您的所有逻辑。
  • 为菜单、工具提示制作的组件 + 绝对是您需要的任何 UI 组件。
  • 自带 IDE(还有其他)
  • Uber 支持,被认为是 flash 的业务端。
  • 另外,将您制作的相同 Web 应用程序转换为适用于 linux、max、windows 的本机桌面应用程序

您还拥有 Swing http://sourceforge.net/projects/aswing/


GAIA(非常受欢迎)http://www.gaiaflashframework.com/ gaiaflashframework.com/

  • 在时尚网站中使用伪“页面”和组件构建 Flash 应用程序 - 使用插入 Flash IDE 的 Flash 面板

还有更多,但我认为这三个是最受欢迎的。 弯曲!

Flex dude! Flex all the way.
http://www.adobe.com/products/flex/

  • 2 month free trial
  • has massive example resource with tourdeflex
  • Flex is just what you asked for. XML style front end language with AS3 for all your logic.
  • Components made for menus, tooltips + Absolutely any UI component you need.
  • Comes with its own IDE (There are others)
  • Uber supported and is considered to be the business end of flash.
  • Plus turn the same web app you've made into a native desktop app for linux, max, windows

You've also got Swing http://sourceforge.net/projects/aswing/


GAIA (very popular) http://www.gaiaflashframework.com/

  • build flash apps in a website like fashion with pseudo 'pages' and components - with a flash panel that plugs into the Flash IDE

there are many more but these are the three I understand as the most popular. Flex!

面如桃花 2024-10-23 19:11:55

尝试 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/

静谧幽蓝 2024-10-23 19:11:55

不确定您对工作流程功能和可配置性有何想法​​,但一些入门链接可能包括:

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,

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文