A 3D Ray Caster Engine for AS3 – Half Baked Ray Caste
Half Baked Ray Caste is a 3D ray caster engine for AS3 uses native MovieClip types for the sprites, rather than chopped up bitmaps. It is written by the free Flex 2 SDK in ActionScript 3, a C preprocessor and make tools. It is very stable since has already been used to ship a real, [...]
By admin | March 3, 2010
An AS3 PNG Encoder library – AsPngEncoder
AsPngEncoder is an AS3 png encoder library support 32-bit, 24-bit truecolor and 8-bit indexed color encoding. The features include: True color 32 bit with alpha encoder, 24 bit ipaque encoder, two traategies of 8 bit any color number indexed encoder(opaque/alpha). Then whatever you need true color encoding generate large size file or just need a [...]
By admin | March 1, 2010
An Open Source XML Layout Engine For Flash – XLEFF
XLEFF is an XML layout Engine for Flash. The main function provided by XML layout engine is generating a component-based UI (user interface) by using an XML description written by you. Because of the XML layout engine, actionScript developer does not need to produce any code for generating the UI and can focus on the [...]
By admin | February 27, 2010
An ActionScript 3 Cross-browser Compliant HTML/CSS Rendering Engine – Wrapper
Wrapper is a cross-browser compliant HTML/CSS rendering engine in ActionScript. It sits on top of your standards compliant HTML page. It is set up as a pre-compiled plug-in and can be integrated into any Flex or AIR applications easily even if an ActionScript framework for creation of compiled projects. If you are interested why not [...]
By admin | February 24, 2010
A Small & Powerful Flash Preloading Library – Ultraloader
Ultraloader is a lightweight preloading library but very powerful. It groups loaded assets into ordered collections. Now the latest copy is Ultraloader 2.32. If you are interested, you can see the working example by the SWFSEOLite project since it uses the Ultraloader to load in its assets. More details please see the following URL:
By admin | February 22, 2010
A Class Help to Tweenings & Transitions via ActionScript code for Projects Based on Flash – Tweener
Tweening Class is created under the idea of making the dynamic animation and transitions easier to maintain and control, and more stable than animation based onthe regular Flash timeline. Then you can control it by time rather than by frames. In layman’s terms, Tweener will help you to move things around on the screen using [...]
By admin | January 23, 2010
A Small Class For Flash TextFields – AS3 TextHighlighter
It is a small but very useful class for flash textfields since there is no text highlighting capabilities for it. The class AS3 TextHighlighter supplied a simple API to highlight text with your custom style. What you need do is just have to implement an interface. You can download the code and see the example [...]
By admin | January 20, 2010
A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website – SWFSEO
Tranditional html & javascript websites have many limitions in following aspect: Browser Incompatibles, Linear Experience, Font Limitations, Lack of Video support. Now by using of the SWFSEO framework, all websites can arguably be built as flash wesites. It has many advantages like: Search Engine Friendly, Easy Page Tracking,Powerful Preloading,Dynamic Navigation, Scrollable Flash. If you want [...]
By admin | January 16, 2010
A Very Useful AIR-Java Tool – SomaUI
As you know Soma is an open source Flash MVC framework in AS which can help you to create you projects by automating common processes like loading, structure, pages, assets and more… Now what is SomaUI? it is a AIR-Java tool generate sources. The draft of a Flash site based on the Soma framework, [...]
By admin | January 8, 2010
A Real Layout Manager in AS3 – BaseUI
BaseUI is a layout manager in ActionScript 3 allow you to handle assets positioning by using properties on your DisplayObject like top, bottom, width, percentage width, horizontal center and so on, to make them working with the resize event (when the browser is resized by the user). It help you to handle liquid layouts but [...]
By admin | December 27, 2009