Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
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