Archive for the 'flex' Category
Tuesday, May 9th, 2006 by Sonja Duijvesteijn
Since the 8th of May the new Flex 2.0 beta 3 is available for download from the Adobe/Macromedia site. Wow!
As I’ve only just downloaded it there’s not much to say about it at the moment, except, go and try it out.
Posted in flex | 1 Comment »
Thursday, March 23rd, 2006 by Sonja Duijvesteijn
Since 20 March the new beta for Flex 2.0 is available from labs.macromedia.com.
One of the things that is possible in Flex is giving defining how far from the next object your ‘box’ is.
This was the code in Flex 2.0 beta 1.
<Canvas>
<Button label=”hello, world” />
<layoutConstraints>
[…]
Posted in Webdevelopment, flex | 2 Comments »
Friday, March 17th, 2006 by Sonja Duijvesteijn
Flex is a development framework by Adobe and is meant to help developers make applications. That means, no timeline, no graphics, no animations. After making a flex application the source will be compiled into a .swf file, which can be put online and viewed just like regular .swf’s.
Framework
Flex is a framework, and as such offers […]
Posted in Webdevelopment, Flash, flex | 1 Comment »