Difference between revisions of "Open Source Flash Development"

From Chumby Wiki
Jump to: navigation, search
m (Reverted edit of 70.85.173.58, changed back to last version by 89.22.96.41)
(Added stuff re MTASC swfmill & SWF Tools)
Line 4: Line 4:
  
 
[http://www.openlaszlo.org/ Open Laszlo Home Page]
 
[http://www.openlaszlo.org/ Open Laszlo Home Page]
 +
 +
==MTASC, SWFMILL & SWFTools==
 +
 +
MTASC, the Motion-Twin Action Script Compiler, will compile Actionscript 2.0 files into .swf.  A lot of widgets can be created with just this tool.  The source to an example Chumby widget developed with MTASC is [http://www.risacher.org/local/reference/swf/Star.as Star.as].
 +
 +
Swfmill is an xml2swf and swf2xml processor with import functionalities.  It's most common use is the generation of asset libraries containing images (PNG and JPEG), fonts (TTF) or other SWF movies for use with MTASC-compiled ActionScript, although swfmill can be used to produce both simple and complex SWF structures.
 +
 +
SWF Tools is a collection of SWF manipulation and creation utilities.  These tools can combine SWF files, extract media (GIFs, JPEGs, MP3s. etc.) from existing SWF, convert media into SWF, etc.  It also has its own simple language and compiler (swfc) for creating Flash animations.  The source to an example widget developed with swfc is [http://www.risacher.org/local/reference/swf/star5.txt star5.sc].
 +
 +
Used in conjunction, these tools provide a moderately-complete, open-source, command-line Flash development environment. 
 +
 +
[http://www.mtasc.org/ MTASC Home Page]
 +
 +
[http://swfmill.org/ swfmill Home Page]
 +
 +
[http://www.swftools.org/ SWF Tools Home Page]
  
 
==FlashDevelop==
 
==FlashDevelop==

Revision as of 04:36, 29 November 2007

OpenLaszlo

OpenLaszlo is an open-source platform that compiles to Flash 7 .swf files. Development is done through a local web server that is included with the compiler. The applications can be compiled on a production server on the fly, or served as static .swf files. The latter is called "SOLO", and is the way that is useful for chumby developers.

Open Laszlo Home Page

MTASC, SWFMILL & SWFTools

MTASC, the Motion-Twin Action Script Compiler, will compile Actionscript 2.0 files into .swf. A lot of widgets can be created with just this tool. The source to an example Chumby widget developed with MTASC is Star.as.

Swfmill is an xml2swf and swf2xml processor with import functionalities. It's most common use is the generation of asset libraries containing images (PNG and JPEG), fonts (TTF) or other SWF movies for use with MTASC-compiled ActionScript, although swfmill can be used to produce both simple and complex SWF structures.

SWF Tools is a collection of SWF manipulation and creation utilities. These tools can combine SWF files, extract media (GIFs, JPEGs, MP3s. etc.) from existing SWF, convert media into SWF, etc. It also has its own simple language and compiler (swfc) for creating Flash animations. The source to an example widget developed with swfc is star5.sc.

Used in conjunction, these tools provide a moderately-complete, open-source, command-line Flash development environment.

MTASC Home Page

swfmill Home Page

SWF Tools Home Page

FlashDevelop

FlashDevelop is an open source ActionScript source editor that can be used with the free MTASC ActionScript compiler.

FlashDevelop Home Page

Open Source Flash Home Page

Ming Open Source Flash Development

Gnash Free SWF v7 Flash player