Flash
MiniBuilder: online AS3 IDE, edit (with code assist) and compile swf online.
MiniBuilder is free and open-source.
You are allowed and invited to use it on your website/blog to display ActionScript examples in an interractive way!
MiniBuilder features code assist (code completion) for ActionScript 3 and compilation of one-file AS3 SWF.
It runs in your browser, you only need
Flash Player 10 and
Java.
If you don't need compilation, Flash Player 10 is enough.
To install
MiniBuilder, just copy the directory minibuilder and add this HTML to your pages:
(replace 400 with your desired height)
<head>
<script type="text/javascript" src="minibuilder/main.js"></script>
</head>
<body>
<script type="text/javascript">minibuilder('examples/SomeScript.as', 400)</script>
</body>
Check for latest version at
MiniBuilder Homepage
Note: For the original look and feel, download and install Liberation Mono open-source font from Redhat