You requested all posts in the category flex


A very simple facade

16

Oct 09

In one of our latest project we wanted to use some sort of an event system that would make it possible for components to dispatch events to each other even though they are not aware of each other or are not in the same displaylist structure. In that last example ...

read on »
by Alwyn | no comments | Filed Under: ActionScript 3, Flash, Flex

Floating licensing in Flex applications

4

Oct 09

Sometimes in Flex projects you need to be able to include some licensing policy. In a lot of cases this will be a simple user identification for registered users. But sometimes there is a request for a floating license policy. This means that a certain company buys let's say 10 ...

read on »

View state transition problem: effects don't play

17

Jul 09

If you are using view states and want to apply certain transitions between these states, there are some things to keep in mind. When adding components to a state, the transition effects (also called behaviors) are applied to that component while adding it. So this means that the effects will ...

read on »
by Steven | 4 comments | Filed Under: AIR, Flex

Flash Builder and Flash Catalyst betas available

1

Jun 09

Hey everyone, I've just found out that the first beta version of both Flash Builder 4 and Flash Catalyst are available on labs.adobe.com. Flash Builder has some very useful inprovements, like source refactoring, framework package explorer, ... The Flash Catalyst version is somewhat different from the version that was ...

read on »
by Steven | no comments | Filed Under: AIR, Flash, Flash Catalyst, Flex

Creating your own Flex validator class

17

Apr 09

Every once in a while you come across a problem you can’t fix with the basic components provided by a certain kind of technology. OK, so I lied: Very often you come across a problem you can’t fix with the basic components! Flex is not different at all. ...

read on »
by Steven | 1 comment | Filed Under: ActionScript 3, Flex

So, What exactly is a .wav file?

8

Mar 09

Until recently, I thought a .wav file was for uncompressed digital audio data on windows, while .mp3 file would be the compressed version of the audio clip.  That was probably too simple to be true!! The first time I used Adobe Audition to export a mixdown of a multitrack session, an ...

read on »

3 ways to solve the “I want to call an event handler function directly” problem

2

Mar 09

Say you have an event handler that is called each time an event is triggered and you would like to call this function directly (so without waiting for an event to happen). See the following scenario of a ...

read on »
by Alwyn | 5 comments | Filed Under: ActionScript 3, Flash, Flex

Which sound Card for Adobe Audition?

4

Feb 09

Adobe Audition is an amazing piece of software.  It provides an impressive toolset for recording, editing and mixing audio. Besides my work at multimediacollege as a certified instructor on Coldfusion and Dreamweaver, I'm also sound engineer and, as such, I spend most of my free-time on adobe audition recording and mixig ...

read on »
by Damien | 9 comments | Filed Under: Audition 3, Flash, Flex

A custom formatted component called CurrencyInput

31

Jan 09

You know, the Flex SDK is a pretty nice collection of visual component for quickly creating a rich internet application. But in the past couple of years that I’ve developed in Flex, I came across the ...

read on »
by Steven | 1 comment | Filed Under: ActionScript 3, Flex

ColdFusion-Powered flex/air RIA

29

Jan 09

A few days ago, Adobe asked me to speak on a workshop about the integration between ColdFusion 8 and Flex. As a ColdFusion developer, the ColdFusion part was not a problem, but I was a bit afraid by the Flex part, since I've never used Flex or flex builder before.  I ...

read on »