Featured FLA
» Author: Nick Kouvaris
» Title: Znax
» Description: Znax is a board game. Click 4 tiles of the same color and form squares as big as you can. You will erase all the tiles inside the square and collect points. Get maximum score if you make a square with game edges.
» More by:Nick Kouvaris
Featured Site
» Author Agence WOP Digital Agency
» Title: Electricdrum
» Description: French WOP Agency, 3D websites, Flash (Papervision, Away 3D), event or institutional projects. The agency operates on all digital projects: consulting, design, graphic design, development, online communication. The WOP agency follows you on the implementation of original, creative and optimized digital projects.
A very simple bit of Actionscript that generates a random password. The code can be modified to produce passwords of various lengths and with different characters. The code is one function() and can be cut and pasted into your project. Use it to create new passwords for membership suscriptions etc. By Ed Bourke
I was bored and I could never find a Jive Translator written in Flash sooooooo .. I threw this together real quick. Becasue of the way FlashKit displays movies you may have to download it to see it work. It pull variables from a text file for words then it searches the users input string and replaces the words or phrases with other words. It's VERY easy to modify. By Craig Frequent-C Friebolin
It finds badwords. I have kept the script very short and easy to understand. The naughty words are kept in a String so it's easy to alter the list if needed. By waynenort
Simply Encoding/Decoding device that encodes any given String into a set of numbers. Use for fun or learning purposes only, since this way of encription is not very crack-safe...
Made in MX Pro 2004 By Daarboven
This is an ActionScript 2.0 Implementation of the Levenshtein's Algorithmn.
It is a intelligent string comparison.
This algorithmn is used for example in the Google search "Did you mean.."
It comes as a ActionScript 2.0 Class file .as and a Demo how it is used (LevenshteinDemo.fla). By Michael Kittenberger
Extend String Class to handle most commonly used features including encryption and decryption, reverse by words/leters, convert sentense to array by word/letters, find replace letter/words etc... By websam