actionscript
ActionScriptor 1.0
ActionScriptor is a Flash ActionScripting IDE. You use it to create and share little snippets of ActionScript code. more>>
NB ActionScriptor is an ongoing project.
zooming script in actionscript 1
this is used to zoom an object when you click on the button more>> This is used to zoom an object when you click on the button, when ever you click on + i.e zomm in button the object will zoom and when you press - button it zoom out and when you press r the object will get reset.<<less
DHTML News Creator 1.1
Create professional looking fader news for your web pages in 2 minutes! more>>
You dont have to be good at DHTML or Javascript, all you have to do is a few steps to edit your news with a WYSIWYG (What You See Is What You Get) editor, then vivid web news comes out.
TopNews NewsFader Creator is created by SWFKit.
SWFKit is a tool to create s32-bit Windows applications from flash.It can not only customize projectors and Screen savers,but also create Installer for them.
By using Macromedia Flash as your GUI, you can create coolest application!
The FFish Script of SWFKit,is a script language similar to ActionScript,very easy to use!
With Ffish Script,SWFKit give power to your application to access kinds of database,to realtime communication by Socket,to send and receive email, to read and write file, to access system registry, to play and record multimedia , to embed an ActiveX control,etc.
FFish Script provides most objects and functions that defined in ECMA 262 language specification, plus many enhancements: Dialogs object, Shell Object, Enumerator Object, ActiveXObject object, RegKey Object, Ini Object, Shortcut Object, MCI Object, Mail Object, SendMail Object, RecvMail Object, Inet Object, SysInfo Object, Folder Object, File Object, Drive Object, Stream Object, Window Object, FlashPlayer Object, StringStream Object, Socket Object.
You can start developing full applications with Flash now.
Moreover, SWFkit provides you with a clip region maker, to create applications with custom shaped window,or even leave some region transparent.
SWFKit also help your application make installer,generate serial number,create autorun CD ,and create screensaver out of flash, etc.
secureSWF Lite 1.1.2623.1
obfuscate your actionscript code more>> secureSWF Lite is a robust obfuscator for Macromedia Flash ActionScript. It allows you to obfuscate your ActionScript code, and prevents re-compilation and illegal code reuse. It has a well-designed user-friendly interface, and lots of other cool features.
- Optimizes ActionScript and decreases the file size.
- Prevents recompiling and code reuse.
- Renames Functions, Parameters, and Variables Identifiers.
- Editable identifiers renaming table.
- Ability to rename identifiers to unpritable characters.
- Automatically analyzes for best settings
- Removes Traces.
- Support for multi-SWF files / project. (unlimited number of files per project)
- User friendly GUI.
- Works with all versions of Flash*.
License:Freeware
Flash Protection Gold 1.42
Protect and encrypt SWF files. more>>
Flash Protection Gold 1.42 is designed as a tool for Adobe's Flash and Flex (SWF), it provides three layers encrypt techniques to stop Flash/SWF decompilers and prevent illegal copying and redistribution. It does not need to write any AS code. The flash preloader is essentially used to prevent partial loading of movie while it plays.
Major Features:
- Protect all ART media in your flash (SWF), such as Graphics(Bitmap and Shape), MovieClips, Sounds, Videos, Drawing Object, Text Font, ActionScript 2/3 and others in the library.
- A preloader is usually made attractive to the visitor to keep occupied while the full flash movie is loaded in the background.
- You may easy to create a very excellence Flash preloader without any ActionScript using Flash Preloader & Encryption software.
muSprite 0.6.1
μSprite is a vector graphics editor for ActionScript 3 and haXe written in AS3. more>> <<less
License:Freeware

Apache ActiveMQ for Windows 5.0.0
open source Message Broker and Enterprise Integration Patterns provider more>> Apache ActiveMQ is the most popular and powerful open source Message Broker and Enterprise Integration Patterns provider.
Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ is released under the Apache 2.0 License
Grab yourself a Download, try our Getting Started Guide, surf our FAQ or start Contributing and join us on our Discussion Forums.
Features
Supports a variety of Cross Language Clients and Protocols from Java, C, C++, C#, Ruby, Perl, Python, PHP
OpenWire for high performance clients in Java, C, C++, C#
Stomp support so that clients can be written easily in C, Ruby, Perl, Python, PHP, ActionScript/Flash, Smalltalk to talk to ActiveMQ as well as any other popular Message Broker
full support for the Enterprise Integration Patterns both in the JMS client and the Message Broker
Supports many advanced features such as Message Groups, Virtual Destinations, Wildcards and Composite Destinations
Fully supports JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging
Spring Support so that ActiveMQ can be easily embedded into Spring applications and configured using Springs XML configuration mechanism
Tested inside popular J2EE servers such as Geronimo, JBoss 4, GlassFish and WebLogic
Includes JCA 1.5 resource adaptors for inbound & outbound messaging so that ActiveMQ should auto-deploy in any J2EE 1.4 compliant server
Supports pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA transports
Supports very fast persistence using JDBC along with a high performance journal
Designed for high performance clustering, client-server, peer based communication
REST API to provide technology agnostic and language neutral web based API to messaging
Ajax to support web streaming support to web browsers<<less

Flash Menu Component (Horizontal) 1.0
Flash Menu Component (Horizontal) is a tool which is known as an open-source flash menu component (Horizontal) including Adobe flash professional CS3, Actionscript 3.0. more>>
Flash Menu Component (Horizontal) 1.0 is a tool which is known as an open-source flash menu component (Horizontal) including Adobe flash professional CS3, Actionscript 3.0. Features: easy to use, editable skin. This component is licensed under the GNU/GPL.
SciTE|Flash 1.5.3
SciTE|Flash is a custom SciTE distribution, suited for ActionScript editing. more>>
Main features:
- SciTE Editor
- custom settings optimized for ActionScript editing
- a Flash lexer (based on the C++ lexer), used for code folding
- a Keywords file, used for syntax highlighting
- an API file, used for ?code hints?
- Flush, by Robin Debreuil, used to export/test movies without ever leaving SciTE|Flash
MTASC 1.13
Motion-Twin ActionScript 2 Compiler more>>
The general usage of mtasc tool is : mtasc (your .as class files) -swf (you project swf). Please note that if you have two classes Point and Line with Line.as using Point for its code, you dont need to ask MTASC to compile Point.as when compiling Line.as since it will do it automatically for you.
Then if you want to include the minimal set of classes needed by your program to run, you can simply compile using mtasc Main.as where Main.as is your "main" class, the entry point of your program (if you have any).
Now that you know how to call MTASC, lets have a look at how it works : MTASC takes the SWF file specified with the -swf flag, compile all .as specified files, and update the SWF file by replacing all classes that are present inside it by the newly compiled classes.
To use MTASC instead of Macromedia Flash Compiler, its simple. Open your project and publish it normally (for example project.swf). Now run MTASC using the published SWF as input : mtasc (your as files) -swf project.swf. This will compile your classes and update the SWF that you can use for your website. Please note that MTASC add the compiled classes to the SWF in replacement of ALL classes compiled by Flash.
If you have an error such as class not found, file not found, or class name mistake, you should use the -cp flag in order to add a ClassPath to MTASC (that means a directory where it will look for .as files). For example if your classes are in the /code directory, do not call mtasc code/Hello.as because it will look for the class code.Hello (with package code), but call instead mtasc -cp code Hello.as.

A Tree for all Seasons 1.0
A free animated flash screensaver from www.screensavers-free.co.uk. A beautiful tree grows, sprouting leaves in spring. As the season passes to autumn the leaves turn brown and fall to the ground, the more>>
Flourish Player 0.01
An embeddable Flash (SWF) audio player for web sites. more>> An embeddable Flash (SWF) audio player for web sites.
The Flourish Player was designed to be an embeddable Flash (SWF) audio player for web sites. It uses the XSPF playlist format to load one or more files in MP3 or another audio format supported by the flash player.
Although there are a whole lot of free flash audio players, some free as in beer, some free as in freedom, plus an even bigger amount of tutorials how to build one, these all share one common thing: They require the Adobe Flash IDE.
Flourish Player, in contrast, can be built using a fully open source toolchain consisting of Inkscape for graphics, swfmill to create the SWF files and MTASC to compile the ActionScript sourcecode.
FleXtense 1.0
Composes the automatic ActionScript proxy classes for accessing the web services. more>>
Flextense is a platform independent application because it has taken wsdl schema standart which are based from World Wide Web Consortium (w3c.org). You can use Flextense with Java, .net, pHp, Ruby etc. Just add as a reference for the wsdl document of web service you created to the application.
The reminder code is automatically generated by FleXtense.
System requirements:
- .Net Framework 2.0
FleXtense - Flextense is an application for Flex Users which composes the automatic ActionScript... FleXtense. Flextense is an application for Flex Users which composes the automaticLicense:Freeware
Simtor 0.4.11
An easy authoring tool for creating interactive application-courses more>>
SimTor is an easy authoring tool for creating interactive application-courses.
It supports the development-workflow (scripting, capturing and adding interaction). The result is an xml-database, bitmaps and a flash-engine. The tool is writen in python, apart from the flash-engine, which will be available in swf and actionscript code. The current release is 0.4 and is usable to create content.
The project deliverables are a tool (simtor) that supports the workflow in creating (application) simulation trainings and an engine that interpeters the data generated with this tool, so the simulation is playable (showme and practise cases) via the Internet or stand alone (with flash player).
The supported workflow can be devided in four steps: 1. Creating a step by step description of the interaction steps of the simulation (caseflows). 2. Add specific data to the created caseflows (cases) 3. Capture the screens, which are described in the case(flow)s 4. Specify the hotspots, adding interaction, which results in an almost reality feeling of the simulated application.
The tool is written in Python and the interpreter is written in actionscript (compiled into flash).
technicolor hair screensaver 1.0
Random waves of colourful hair. more>> A randomly produced series of digital art images of multicoloured hair strands. Their composition and colour are completely random so each image produced is unique. This is achieved by using flash actionscript programming code to orchestrate the on-screen action. Beautiful colours and excellent graphics characterise this free screensaver. .<<less