ActionScript3 User Interface Components?

偶尔善良 提交于 2019-11-30 19:32:51

I'm actually a fan of the CS3 ones mainly because it is so easy to just double click on those bad boys and edit right in the Flash IDE using the drawing tools. Very helpful for those times where you have to rapidly push a skinned video player to production...

On the open source side there's also Thimbault Imbert's Liquid Components (http://www.bytearray.org/?p=137) demo here (http://www.bytearray.org/?p=109)...

It's pretty darn awesome and does runtime skinning which was a major time saver in a project I was working on. Pretty easy to get started with too...

Yahoo's Astra components aren't bad either: http://developer.yahoo.com/flash/astra-flash/

If you are making a GUI application, this is exactly what Flex is for. As well as the built-in types you get a visual editor which is very nice, cool binding functionality, and other stuff like built-in drag & drop.

Flex framework has a nice, consistent API that I wouldn't consider "bloated" - yes, it's a feature-packed UI framework but basic things like buttons and layout panels don't require any deep knowledge. And XML-based language for UIs is a blessing (all modern UI platforms do that, be it DHTML, Flex or WPF/Silverlight).

Go with the Cs3 ones - created by Grant Skinner I think.

MyLib is another nice component library for AS

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!