Flash MiniBuilder: Online AS3 IDE – Part II – Install it!

Flash MiniBuilder: online AS3 IDE, edit (with code assist) and compile swf online.

Flash MiniBuilder Part I
Flash MiniBuilder Part II
Flash MiniBuilder: Part III – AsWing

First of all, thank you all for the precious feedback!
You are part of a project that will help making the web a bit more friendly.
Think about CMS’s or admin-panels that allow you to edit sources of your application in an integrated way.
Apps written in a type-safe language, unlike most of the ones on the web today, are easier to maintain and develop.
Type-safe languages are self described, the IDEs can easily discover all the relationships between entities.

Also, MiniBuilder is a step forward towards having the same language both on the client and on the server.
More on this subject later, in this series.
Just a small note, Haxe is already a great choice for this, as it targets both FlashPlayer and Neko, on the server.
But currently, there is no good cross-platform IDE for it, and the language is a bit hard to lex from the scratch.

Now, let’s come back to MiniBulder
After a first run of Fixes and addons:

  • correctly resolve “return” type of a constructor. used for expressions like new Array(…). and Array(…). (reported by senocular)
  • update scroll properties after loading new file (reported by senocular)
  • catch has now a scope, like any other closure (reported by senocular)
  • hints list popup closes correctly when you click outside. it was ok if you presses ESC (reported by senocular)
  • scrolling inside flash app does not scroll the html window
  • tab key focus out after list show bug fixed
  • playground – add unload button
  • … and a few others

, I am ready to release a first working version of MiniBuilder that you can download.

MiniBuilder is free and open-source.
You are allowed and invited to use it on your website/blog to display ActionScript examples in a interractive way!

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>

Note1: For the original look and feel, download and install Liberation Mono open-source font from Redhat
Note2: On Linux, FlashPlayer starts alot faster.

Download from googlecode MiniBuilder downloads


You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

AddThis Social Bookmark Button

11 Responses to “Flash MiniBuilder: Online AS3 IDE – Part II – Install it!”

  1. Very cool! You should consider using a regular compression technique like tarball or zip instead of rar files.

  2. @Thijs
    10x!
    true, i will

  3. Ionut Tabirca Says:

    Nu mi-ar pare rau sa renuntz peste putin timp la FlashDevelop 3 ptr a folosi Flash MB.
    Dak ai nevoie de o mana de ajutor in AS3 sau Java (server-side) nu ezita – mi-ar face placere sa lucrez cu alt ‘compatriot’ care e de parere ca “ActionScript 3.0 Kicks Ass”.

  4. as a matter of fact, i do need all the help, there’s huge work
    mulţam de oferta!

    i’ll try to make a plan for contributors, to split the tasks so ppl can start work on slices. the core of the project is there, we need to do a bit of refactoring, but not much

  5. Awesome work! I’m definitely going to be tracking this very closely.

  6. Make it an AIR app :)

  7. [...] MiniBuilder Part I Flash MiniBuilder Part II Flash MiniBuilder Part [...]

  8. http://www.flashguru.se

    Hi i was wondering do you have any Fla files for this to?
    This is Awesome.

    Best Regards
    Mikael

  9. looking for Mini builder svn to display on my site

  10. simply awesome!

    Exactly what I was looking for to create swf font files for runtime font embedding in my CMS.

    I’ll let you know…

Leave a Reply

Powered by WP Hashcash