Protect your ActionScript code with SWF Protector

Posted on 22nd July 2010 in ActionScript, Developer tools | No Comments »

Even though the point of code obfuscation will always remain arguable, it may sometimes be a good idea to mess around a bit and make your ActionScript code harder to steal. The following review will highlight the features of SWF Protector, analyse the code and impact on SWF file size as well as performance. Read the rest of this entry »

Configuring Eclipse to compile Flash with Cmd + Enter

Posted on 26th June 2010 in Developer tools, Eclipse, Flash | 1 Comment »

If for whatever reason a lot of your work gets done in Flash IDE and you’re working on the open-source Eclipse Flash development platform, it may get seriously annoying to seek for that tiny Run button on the Eclipse toolbar. To hook up Cmd + Enter* in Eclipse, do the following:

  1. Open the Preferences of your Eclipse IDE
  2. Locate General > Keys
  3. Type Run in the field with type filter text tip in it
  4. Scroll down and find the Run command,  it should display Shift + Cmd + F11 by default
  5. Click Unbind Command
  6. Click the Binding field and Cmd + Enter to set the new shortcut
  7. Click Apply and Ok to finish

* the guide applies to Mac OS X version of Eclipse, but can easily deployed for Ctrl + Enter on Windows (or Linux). Read the rest of this entry »

LogWatcher as a cross-platform Flash debugger in Eclipse

Posted on 24th June 2010 in Developer tools, Eclipse, Flash, Open Source Software | No Comments »

LogWatcher is the kind of open-source Eclipse plugin that enables hooking a view of a certain log file to the Eclipse IDE. It comes in handy for open-source AXDT Flash development plugin of Eclipse that currently (at version 0.0.7.1) doesn’t have a built-in debugger and is yet to receive it in milestone 0.1.0. Read the rest of this entry »

ActionScript 3 lacks functionality for visible bounds of DisplayObject

Posted on 3rd May 2010 in ActionScript | No Comments »

The following has already been listed as a feature request at Adobe Bug System and is only to illustrate the situation which is basically the lack of badly needed functionality in ActionScript 3.

The problem relates to flash.geom.PerspectiveProjection introduced with the load of native 3D in Flash 10. Read the rest of this entry »

Enable Quick Look of ActionScript and Flex files on Snow Leopard

Posted on 4th February 2010 in ActionScript, Developer tools | 3 Comments »

Having Adobe CS4 and Mac OS X Snow Leopard both installed is very likely to mess up Quick Look of Flash ActionScript (.as) and Flex (.mxml) files. Most inconvenient for those used to browsing through the files and looking into them by just hitting the Space key. Read the rest of this entry »

Flash Platform is at a crossroads

Posted on 17th January 2010 in Flash | 3 Comments »

Flash Platform is actually open sourceSince Flash CS5 was announced last year, community has became passionate about pretty much everything Adobe has to say, recently in regard to dumped CS5 beta and the new Flash Player 10.1. Some sceptics even go as far as suggesting dumping the ActionScript codebase in favour of JavaScript over speed, an absurd idea.
Read the rest of this entry »

Array.inArray() method in ActionScript2

Posted on 24th October 2007 in ActionScript | 2 Comments »

For those of you who are still developing in Flash ActionScript2, an Array method similar to the PHP’s in_array() might come in handy.
Read the rest of this entry »