Flex Builder Performance Tips
Friday 31 August 2007 @ 9:59 am

Matt Chotin blogged tips about Flex Builder performance tuning.

I am using Windows and Eclipse 3.2.2 with Flex Builder Plugin. I have a shortcut to the eclipse.exe on my desktop.

In the shortcut properties you can set the complete command line:

D:\tools\eclipse\eclipse.exe -vm “C:\Program Files\Java\jre1.5.0_11\bin\javaw.exe” -refresh -clean -vmargs -Xms512m -Xmx768m

like in this screenshot:

Comments (0) - Posted in Flex by Sönke  




Flex and Java articles
Tuesday 28 August 2007 @ 4:20 pm

If you are interested in the combination Flex & Java there is a new Adobe devnet article: From Java to Flex

There is also an older article covering Flex & Java: Flex and Java - A perfect technological marriage

Comments (1) - Posted in Flex by Sönke  




Flash Video goes mainstream: H.264
Tuesday 21 August 2007 @ 10:56 am

Boom! Flash Video will go to a new level.

Today Adobe anounced “the latest update for Adobe® Flash® Player 9 software, code-named Moviestar, which includes H.264 standard video support - the same standard deployed in Blu-Ray® and HD-DVD® high definition video players - and High Efficiency AAC (HE-AAC) audio support, as well as hardware accelerated, multi-core enhanced full screen video playback.”

For a detailed introduction check Tinic’s blog!

The Flash Player Update 3 Beta 2 will be available on labs today.

Comments (7) - Posted in Flash by Sönke  




AIR Remote Updater
Thursday 9 August 2007 @ 12:32 pm

Claus Wahlers released an AIR Remote Updater:

“It transparently checks version numbers, downloads the .AIR installer file if needed and triggers the AIR-native update process.”

Comments (0) - Posted in AIR by Sönke  




Search Engines and RIAs
Wednesday 8 August 2007 @ 12:45 pm

Josh Tynjala wrote an article about “How to make your hot new RIA friendly to search engines“.

[via onflex.org/ted]

Comments (0) - Posted in Flash, Flex by Sönke  




Adobe Labs: Flex Component Kit for Flash CS3 and AIR Extension for Dreamweaver
Tuesday 7 August 2007 @ 1:09 pm

There are two new Extensions on Adobe Labs which are very interesting.

If you want to design and animate in Flash and you want to use this in Flex the Flex Component Kit for Flash CS3 is the thing you are looking for.

The AIR Extension for Dreamweaver will allow you to package and preview .air application files directly within Adobe Dreamweaver CS3–leveraging your existing web development skills to build desktop-enabled distributed applications and experiences with the Adobe AIR framework.

Comments (0) - Posted in AIR, Flash, Flex by Sönke  




Flex & Modules
Friday 3 August 2007 @ 3:44 pm

Modules are a very important concept to separate different aspects in your application and for later re usage in other applications. Last but not least Modules will save compilation time as only the Module and not the complete project is being compiled.
Modules were introduce in Flex 2.01 Hotfix 2 and Moxie (Flex Builder 3 beta) also supports creating and controlling Modules within Flex Builder.
Learn more about Modules in Alex 360 Flex presentation and check the livedocs. About the new Moxie features also check BK Flex blog entry.

Comments (0) - Posted in Flash, Flex by Sönke  




Flash Player 9 Garbage Collection and Resource Management
Thursday 2 August 2007 @ 10:16 am

When you develop with AS3 and/or Flex 2/3 be sure to read the articles of Grant Skinner about
Flash Player 9 Garbage Collection and Resource Management.

Comments (0) - Posted in Flash, Flex by Sönke  




iTunes like DisplayShelf Flex Component
Wednesday 1 August 2007 @ 9:22 am

I was looking for a Flex component which acts like the iTunes view where you can browse through your covers.

Ely Greenfield made a wonderful component which exactly does it. He calls the component DisplayShelf and you find his blog post here with source and example.

Comments (0) - Posted in Flash, Flex by Sönke