Archive

Posts Tagged ‘tool’

Flex 3 as CS3 development tool

July 24th, 2008

I’ve played around a little with Flex 3 Builder. I love the FDT plugin to Eclipse. But I think it’s a little to expensive and for having a use for it I need the enterprise to get debugger functionality.

So I started to search and to play around with my Flex 3 Builder, why can’t I use this??? Well, as it looks like it’s actually possible.

I created a little video tutorial how to set it up. This is my first video tutorial so sorry if it’s a little strange. If anyone got some good tips of how to create video tutorials please let me know because this was harder than I thought. The files are very big so will try to record them all over.

Read more…

Flash, Flex , , ,

Developer kit 2.0.8

March 26th, 2008

Released an update to my “Flash Developer Kit” today.
My devkit basically contains eclipse with the wonderful FDT Professional, some Java installs, Perl, Flex compiler files.

Because I have 8 developers to handle I’ve made some rules on what software to use, code rules, architecture and so on. After a lot of hard work it finally pays of. We can now easily get into a projects SVN (using tortoise) and instantly know where to start looking for code when something needs to be done.

I have as well setup a big SVN library with our whole framework, so when starting a new project an ANT script is building up the architecture with files and everything we need to get started fast.

As a general working architecture for the code we are following Adobes Cairngorm (some good docs). Was created for Flex applications, but with some refactorying I got it to work very nice with AS3 projects and is now porting the major functionality to AS2. This makes us be able to work with the same architecture in all projects and does not have to care if it’s Flash 6 or 9 projects.

Life , , ,