AsWing The home of AsWing framework.

AsWing is an Open Source Flash ActionScript GUI framework and library that allows programmers to make their flash application(or RIA) UI easily. Its usage is similar to Java Swing. It provides a set of GUI components, which we intent to implement in pure object oriented ActionScript 2. A pluggable look and feel will be implemented too. It also provides many Util classes. AsWing is BSD licensed.

AsWing A3 is the next/another life with ActionScript 3, components set is almost same to ActionScript 2 time, but capabilities are much more powerful.

You can discuss on our forumn: http://bbs.aswing.org.

Join AsWing team, contact us here.

如果你说中文,可以访问我们的中文站点: http://cn.aswing.org.

Flipping book announced

iiley February 4th, 2010

flipping_book_application
AWSSOFT announced their Flipping Book application.
Flipping book application offer a set of powerful features such as:

  • Full control over a RSS feed.
  • PDF file import - create Flipping book from PDF file.
  • Integration into any website, including Flash and most popular CMS like Joomla, Wordpress, etc.
  • Add or edit existing flipping book in a real time, using one click Publish button.
  • Easy to use
  • Powerful configuration options

As all other AWSSOFT products, this application is built using AsWing 2.0 to.

Desktop Flash MiniBuilder is out!

iiley October 30th, 2009

Victor Dramba has released Desktop Flash MiniBuilder (An Flash ActionScript IDE build with ActionScript&Java) today, check/install it here:
http://www.victordramba.com/?p=36

Some screenshot:

Flash MiniBuilder Part III - support AsWing Now!

iiley July 22nd, 2009

Last day, Victor announced Flash MiniBuilder Part III, now it support AsWing Library. It is a big achieve for a real code IDE, i guess more libraries will be supported later(or it will allow you to add any libraries).

minibuilder3

You are doing awesome work Victor, keep it!!!

AsWing 3D experiment

iiley July 13th, 2009

From AWSSOFT’s Droower comments, i saw Srdjan has done some transform of AsWing components. There is a Rotated/Skewed text with scrollbar, so i guess maybe we can made 3D effects for user interface by just AsWing components, with some test, i first just rotate a JList with JFrame, sadly the text will not be shown when rotated(this should be a well-known flash feature), see this rotation. I guess Srdjan cached his text into a Bitmap, so his Rotated/Skewed text displays well.

Then, i tested the new properties from FP10, rotationX/Y/Z, it’s exciting that FP10 renders text very well in 3D transform. See this rotation_y. It’s almost a realy 3D user interface, currently everything is fine except the Drag function of JFrameTitleBar, maybe the drag() function doesn’t works with 3D transform.

rotation_y

Here’s the source code snip(it’s simple):

AsWingManager.initAsStandard(this);
var sprite:Sprite = new Sprite();
addChild(sprite);

var jf:JFrame = new JFrame(sprite, "Test JFrame");
var jlist:JList = new JList();
var model:VectorListModel = new VectorListModel();
for(var i:int=0; i<100; i++){
model.append(i + " uitem");
}
jlist.setModel(model);
jf.setContentPane(new JScrollPane(jlist));

jf.setSizeWH(300, 160);
jf.show();

sprite.x = sprite.y = 150;
sprite.rotation = -40;

Flash MiniBuilder: Online AS3 IDE

iiley July 8th, 2009

Maybe it is a old news, many guys already have seen the awesome stuff yesterday — Code and Edit and Compile then Run your ActionScript programme online. It is not a simple text editor and call backend compiler, it is powerful just like a real IDE! Great works, Victor!!

Flash MiniBuilder

Flash MiniBuilder

The reason i post it here because it use AsWing, although it just used scrollbars buttons and combobox, not a heavy use of AsWing, but maybe we can never know the inside if the author does not tell us:

for quite a while, i’ve been looking for a component set that would suite my needs better than the bulky flex
one of the problems i couldn’t get flex to solve is editing big texts (like 6000 lines), where it becames very slow.
i tried to build my own text area and failed under flex, it’s still slow anything i do
but i managed to build a very fast one using aswing and viewportable interface.
the purpose of this component is editing actionscript code, and some class files are quite long

using aswing and viewportable, this component can manage pasting 6000 lines of code instantly and then
scroll with no delay at all. of course, it renders only the visible fragment of text.

This is not a defence or compares, it just says that AsWing can handle that flexible i even don’t know. Of course it is main because of the great implement of ScriptArea too.

AsWing Tutorial - the e-book in chinese released for free

iiley June 10th, 2009

After half year part-time writting, the book is finished, as original plan, it will be published as a papery book in chinese, but for some reason, now it can’t. So i released it as a e-book for free, and accept donation.

aswing book

aswing book

You can download it here : http://code.google.com/p/aswing/downloads/list

I plan to hire some one to translate it into english, so the most donation money will be used for the translation, if some one can help the translation, that will be cool, contact me!

Droower is online

iiley June 4th, 2009

These days, AWSSOFT announced their flagship product — Droower.

Droower is a web application for Flash web site editing, web site creation, vector graphic editing, printing, and much more …

droower

See more infomation visit their home www.awssoft.com

Postprint start using AsWing 2.0

iiley May 21st, 2009

While however 2.0 is not published yet, still working in svn. But Postprint changed the AsWing 1.5 to the svn 2.0 version, everything works well, and the author say the UI looks great.

It is a good news for use.

Here’s the screenshot:
postprint

You can try this application here:
http://www.postprint.com.cn/core/diy/flash

Next »

Bad Behavior has blocked 719 access attempts in the last 7 days.