Archive for the ‘Adobe Flex’ Category

Adobe Flex Builder 3 Public Beta 3 is out!

Thursday, December 13th, 2007

Just saw the news about the new Flex Builder public Beta 3 and I must say I'm anxious to get my hands on it. I've been working with the previous beta 2 and suffering from the slow compile/refresh times that others have also observed. But since it was a Beta we couldn't really complain, could we?

This will be the last beta prior to the launch of Flex Builder 3 and Adobe promises an overall quality and performance improvement. The Matt Chotin's beta feature overview article is the place to go to read about what's new and I'm not saying anything else until I get my hands on this baby.

If you've been out of the loop or simply too busy to check it out, Flex Builder is basically a commercial programming environment for Actionscript programming that has been growing in both popularity and features.

Extend Flex 3 trial period

Tuesday, December 11th, 2007

Ted Patrick published on his blog two serials to give you an extension on the trial period of Flex 3. Word has it that it should be enough until the final version comes out.

Here they are:

MAC extension serial #: 1307-0059-4523-4261-9974-9828

WIN extension serial #: 1307-1052-9498-6822-0041-4602

Enjoy

Automating the Build Process - Part 1

Friday, November 30th, 2007

Improving the work flow in the development of Flash applications is something that has been in my mind for some time now, specially after seeing some presentations on the subject at Max Barcelona.

Usually the applications are not big, and are developed by a single programmer in less than a month, so they are manageable, but when a big one come along chaos is installed.

(more...)

SVN and Flex Builder

Tuesday, October 30th, 2007

Till recently I was using TortoiseSVN to do version control of my projects. I decided then I wanted to integrate SVN into Flex Builder and do all the svn commands from there directly. In the end it hasn't hard at all, I just followed the instructions from Ben Bishop's post.

Something me and others noticed here is that, since Flex Builder copies all the project root files and folders into "/bin", including the .svn directories, adding the "bin" directory to the repository will cause later problems.

A lot of people have posts about this and so nothing really new here but I wanted to write down what worked (and is working) for me.

Air: Flv Snapshots

Monday, October 22nd, 2007

I just had a go at air today,

A co-worker of mine needed an application that would make it easy for him to take snapshots of .flv files for a content management system, so i came up with the idea of having a go and doing it with air.

So as a follow up i'll make a little tutorial explaining how it works. As Usual you can have a look in the code for the intructions. And should you have any questions feel free to ask them.

Air application file -Thumb

Update: Now published with the final AIR version.