Blog

  • Flash Panel: ViewMaker

    For those projects where you’re creating a plethora of Flash forms because you’re not using Flex, don’t use authortime layout, and are sick of writing the same types of code 14+ times in a row, hopefully this panel will make it go easier.

    Typically, when you’re creating the View portion of your app, you can look at a comp, and go “That section has a Label component, a Button it uses twice, and a TextInput it uses about 6 times”. You then proceed to import those 3 classes, define their variable names, and code their creation and initialization variables in a createChildren function.

    …you then repeat the process ump-teen times.

    This panel provides a GUI to quickly add the controls, type their names, choose their type (all Flash MX 2004 control components are in there), add any other private/public/getter setter variables if you want, and then click “Generate Code”. It gives you some base level ActionScript 2.0 code with which you can copy into any class that extends mx.core.View. If you’re just extending UIComponent, you can do a find and replace for createChild to createClassObject, and add getNextHighestDepth() as the 3rd parameter.

    There is a quick help tutorial included to show you how it works.

    ViewMaker Flash Panel (Window SWF) – MXP | ZIP

    Currently, there is a bug where if you manually select the control type via the ComboBox, it doesn’t show 1 of the form labels properly.. and if you select it by typing the first letter of the component name (when the ComboBox is highlighted and you type “b” for example), it doesn’t show up at all…. It’s a Flex thing, so trying to figure it out.

  • JSFL: Create Flash Project File Extension

    Originally created by a chick in Hungary (per Jim), then updated by Jim Kremens to ignore CVS files, and then updated by me to ignore .svn directories from Tortoise SVN, I re-packaged this extension.

    It creates a Flash Project file (FLP) based off of the current working directory you choose (where a blank project file sits). It’s really helpful since Flash’s Project Panel isn’t a real file explorer. Instead you have to create and add files & folders manually… which can lead to errors, and makes it tough to change. This extension changes that process to 4 clicks!

    Only works with Flash MX 2004 7.2 (Ellipsis) since that version of the IDE implemented the File API for Flash’ JavaScript API.

    Create Flash Project File – MXP | ZIP

  • The Cycle Theory

    A playa playa taken out of the game. Mine hit me 30,000ft up.

    The Cycle Theory – PG-13’ish

    Via Kenny B.

  • Dual Right Click Menu’s w/ Firefox & Flash – bug?

    – right click on link bar
    – right click on Flash movie