Archive for the 'flex' Category

Aug 28 2008

a good presentation to understand what flash and flex is for

today, while I was trying to find some interview questions for a guy coming for the interview today, I came across to a good presentation…

It briefly explains when should use flex, when should use flash by comparing flex-flash , flash player-air .

It is good for people who has problems to distinguish flex-flash and overuse flex (or flash).

So I decided to share it here:

No responses yet

Apr 02 2008

Flex Builder non-english Character Set Problem

Published by yigit under programming, flex

When you install flex builder into a windows machine which has a non- english local settings, you may get the following error while you compile your applications.

Could not resolve <mx:Script> to a component implementation

if you get this error, you need to edit your FlexBuilder.ini file. It is located in the root directory of your flex installation .(default: C:\Program Files\Adobe\Flex Builder 3)

At the end of your FlexBuilder.ini file, you must add the following lines:

-Duser.language=en
-Duser.location=us

Then save the file, restart flex builder and it’s done!

One response so far

Apr 02 2008

First post from airpress

Published by yigit under Adobe AIR, programming, flex

This is my first post using airpress. I was thinking of making such an application using Adobe AIR, While searching for cool applications for my presentation on “Offline Desktop Applicaitons” i came across to this cool application.I very cool and easy to use application to control your wordpress blog.

You can download it from here.

No responses yet