![]() |
![]() |
Internal
External
Affiliates
- CSForge
- Free Information Society
- Neil Bittner [Dot] Com
- Esoteric Press
- Paul Harvey The Game
- Inman's Total Electronics
- Become an Affilate...
Quick Links
Search Google
Flood-Fill Algorithm in Flash ActionScript
Posted by eli on 06-03-2006 12:24am
The flood-fill algorithm is used to determine the area connected to a given node in a multi-dimensional array. This algorithm is used in the game Clicken Gold to determine which is used to find out what blocks should be cleared. It is also used in paint programs for filling in areas.
MD5 Algorithm Ported to ActionScript
Posted by eli on 06-02-2006 11:58pm
Have you ever needed a one-way hashing algorithm for your Flash applications? This ActionScript code for the MD5 algorithm can be pasted into any Flash application.
Setting up Apache Virtual Host in Windows
Posted by eli on 06-01-2006 10:03pm
Learn how to set up multiple virtual hosts in Apache on a Windows machine. With multiple virtual hosts you can make developing and testing of different web sites a breeze.

