GUI框架闪光灯(AS3)闪光灯、框架、GUI

2023-09-08 12:04:29 作者:离殇陌路

我似乎无法找到任何GUI框架的为AS3是不比任何人差,我已经看到了在网络上的应用;这是不是大多数C自己人$ C $还是我失去了一些东西在闪光本身?

I can't seem to find any GUI framework's for as3 that are as good as any the applications I already see out on the web; Is this something most people code themselves or am I missing something in flash itself?

我在寻找的对话框/窗口,按钮,文本框,组合技,下拉菜单,菜单,等等等等,延长组件,使新的能力。

I'm looking for dialogs/windows, buttons, text boxes, combos, drop downs, menus, etc etc and the ability to extend the components to make new ones.

我也会preFER它是AS3,但任何人也将这样做。

I'd also prefer it to be as3 but any others will do also.

可能需要详细说明一点...我其实是在寻找一个框架,让我在闪光灯,自定义外观,颜色,款式等创建自己的图形用户界面。

May need to elaborate a little.. I'm actually looking for a framework to allow me to create my own GUIs in flash, custom skins, colors, styles, etc.

推荐答案

简短的回答:这里是的基地控制列表。

的回答:是,有许多控件(如的按钮,文本框,组合框的,等等)已经内置到Flash / Flex的。

Long answer: Yes, there are many controls (such as buttons, text boxes, combo boxes, etc) already built into Flash / Flex.

下面是 1教程我发现有用的,给出了一个简短的介绍,以使用一些成分(按键),而不使用Flex Builder。

Here is one tutorial I've found helpful that gives a brief intro to using some components (buttons) without using Flex Builder.

如果你使用类似的Flex Builder,你会得到完全访问这些对象在友好的拖放式操作环境,但是,它是没有必要购买Adobe的工具来开发这些,只要你使用的东西舒服就好的FlashDevelop或免费的命令行mxmlc编译。

If you use something like Flex Builder, you will get full access to these objects in a friendly drag-and-drop environment, however, it is not necessary to purchase Adobe tools to develop with these, so long as you're comfortable using something like FlashDevelop or the free command-line mxmlc compiler.

查看 fl.controls命名空间在Adobe在线文档的包含在Flash / Flex的这些基地控制的完整列表。

Check out the fl.controls namespace in Adobe Live Docs for a complete list of these base controls included in Flash / Flex.