-
Preconditionals and postconditionals checks
How many times you found yourself writing preconditions before executing some code (like argument validation) and post-conditions (validating some result before returning the value/using on another function)?
-
Method overloading in flash
As you may already know, it is not possible to have the same method with different signatures in flash (also known as method overloading).
-
Flash internationalization library
This library will help you to internationalize your flash application. It supports localization of numbers, date/time, percentages and strings. It can also parse back numbers and date/time formats on a specific locale into flash internal formats.
-
Flashxed
Flashxed is a puzzle game in which your goal is to move similar blocks together, which causes them to disappear. Once all the blocks are gone, you've solved the level and you're presented with a new level to solve. You move blocks by pressing the mouse on them and dragging to either the right or left. If an empty space is encountered, gravity takes over and the blocks fall towards the bottom.
-
Pazzo Francesco
You have to exit from every room by hiding all the platforms. Only when you have hidden all the platforms you can advance to the next level. To make things more difficult, you must complete a level before a timer ends.
-
Blocks
Clear the screen by clicking two or more adjacent blocks of the same color.
-
Fixing Flash External Interface inside Forms on Internet Explorer
As you all may know (or may not), if you want to use External Interface on a flash object that lives inside an "HTML" form, it will not work.
-
Flash TextArea - Update 3
This version should be considered BETA. It is stable enough for me, but it will surely break existing applications that depends on it.
-
Flash TextArea - Update 2
I updated FlashTA, fixing some nasty bugs regarding image duplication (note to Adobe: please, please FIX the flash html area once and for all!).
-
Black Jack
The objective is to get as close to 21 as possible without going over. The dealer has to take a card if he has 17 or more.
-
Flash TextArea - Update 1
Thank to all who reported bugs in FlashTA. I updated the SVN and also the online zip.
-
Flash TextArea - Standards compliant XHTML flash editor
FlashTA is a WYSIWYG replacement text area for html forms. While there are various implementations done in javascript, most of them don't work in this/that browser/OS combo, and every time a browser vendor makes a change, they need to update the editor so it doesn't break on every possible combination of browsers.