Eval For ActionScript 3 – Svetka
Monday, March 22nd, 2010As you know, ActionScript 3 doesn’t have eval function. How to solve this problem? The solution is to create objects on-the-fly on the JS-side with stub methods calling corresponding methods on the AS-side. It is what the Svetka done. It uses browser’s Javascript. It is an open source project then you can watch the tutorial [...]
Lightweight ActionScript 3 Metadata-driven IoC Application Framework – MIoC
Thursday, March 18th, 2010MIoC uses the reflection capabilities of AVM2 & AS to auto-wire class then it can improve the code readability and generally be helpful for the development process. It is a very small maetadata-driven IoC framework for ActionScript 3. Then if you are interested why not have a try? You can download it by following URL:
A Testing Framework For Flex 2/3 – Reflex Unit
Saturday, March 6th, 2010Reflex is designed to be a drop-in repolacement for Flax Unit. The features for Reflex Unit include: Simply specify the name of a class containing testable methods and added to the TestSuite automatically. It will only excute one test method at a time and the test methods maybe defined within the classes they are testing. [...]
A 3D Ray Caster Engine for AS3 – Half Baked Ray Caste
Wednesday, March 3rd, 2010Half 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, [...]
An AS3 PNG Encoder library – AsPngEncoder
Monday, March 1st, 2010AsPngEncoder 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 [...]