Tag Archive for Flash Builder

Flex 4 – Controlling a custom component’s skin states

flex_logo

The new Flex 4 skinning architecture makes it easier for developers to completely change the look and feel of an application, while providing better separation between components and their skins. In this blogpost, by using FXG and the new states syntax, we’ll write a basic MXML skin that reflects it’s hostcomponent states. For those of [...]

Encoding a GIF from webcam snapshots with Flex Hero 4.5

As a Flash/Flex developer, I was very dissappointed when I found out Flash and Flex can’t handle GIF (Graphics Interchange Format) files. Untill I came across Thibault Imbert’s work ! He wrote an easy to use GIF Player & Encoder class in ActionScript 3. We’ll be creating a Flex application that uses Thibault Imbert’s classes [...]

optimizing the floodFill() method

If you ever used the floodFill() method that is provided in the AS3 BitmapData class, you know that it doesn’t always act like it’s supposed to. For those of you unfamiliar with it, the The floodFill() method is similar to the paint bucket tool in various paint programs. The signature of the method looks like [...]

Solving the “missing AIR application XML file” error in Flash Builder

When creating an AIR project, you automatically get an XML configuration file for your application, which contains the initial width and height, the available icons and the indication whether or not the application uses a custom chrome (amongst other settings). This XML file has the same name as the application itself, followed by “-app.xml”. OK, [...]

It’s D-day: Adobe releases Flex 4 SDK, Flash Builder 4, ColdFusion Builder and Flash Platform Services for Social Network Integration

Yes! This is the moment we’ve all been waiting for so long. After a long series of beta and prerelease versions, the new Flex 4 SDK has been officially released. And of course, this release is also accompanied with the release of Flash Builder 4. This is the new version of Flex Builder (for those [...]

Ben Forta is coming to town

For those of you who don’t know Ben Forta, he’s the Adobe senior product evangelist and the author of numerous books about ColdFusion (nad other technologies). He’s also the director of the evangelism team. Every once in a while you get the chance to meet with him at some ColdFusion event, but not often in [...]