Category Archives: Flex

Video: Introduction to the New Adobe AIR Launchpad

I just created a video that walks through the new Adobe AIR Launchpad. The AIR Launchpad is the easiest way to get started building desktop apps with Adobe AIR and Flex. Check it out:
Also posted in Adobe AIR | 2 Comments

Flex 4 Fun Book by Chet Haase

My buddy Chet Haase has written an excellent book on Flex 4, called “Flex 4 Fun“. Chet’s humor, insight, and concise examples make this a “fun” way to learn Flex. Artima.com has posted some excerpts from the book to give you an idea of what to expect. Check out these great snippets: Bend your Pixels [...]
Posted in Flex | 1 Comment

Bay Area Event: Building RIAs using Flash Builder for Force.com

Salesforce.com is putting on a great event on August 25 in San Mateo, California where you can learn about how to build RIAs on the Cloud with Flash Builder for Force.com. This will be a great opportunity to meet the team that built the tool and learn how to use it! If you can’t make [...]
Also posted in Cloud, Salesforce.com | Leave a comment

How to Define Styles on Skins in Flex 4

The new component / skin separation in Flex 4 (the Spark Architecture) is pretty nifty. But if you want to add a configurable style to a skin then that style must be defined on the component. For instance if you want to add a backgroundColor style to a Button skin then you need to first [...]
Posted in Flex | 18 Comments

Building Client / Cloud Apps with Flash Builder for Force.com

I have a theory. The majority of people who use enterprise software today use old school Client / Server apps. We’ve been trying to move these apps to the web for more than ten years. The ease of deployment of web apps is a clear motivator. Yet the client capabilities of the plain old web [...]
Also posted in Adobe AIR, Cloud, Mobile, Salesforce.com | 9 Comments

Developing Mobile Flash / Flex – Scaling and Zooming

Mobile development with Flash and Flex is a new frontier, full of new adventures and discoveries. Recently I discovered something that might be useful to you. By default the mobile web browser on my Android 2.2 device scales a web page to make more room to display pages typically built for a desktop profile. Here [...]
Also posted in Flash Player, Mobile | 2 Comments

amf.js – A Pure JavaScript AMF Implementation

I just finished the first version of a new pure JavaScript library for AMF. I’ve wanted to do this for a while but didn’t think it was possible since JavaScript doesn’t have a ByteArray. But then I came across this: “High Performance JavaScript Port of ActionScript’s ByteArray“. That became the basis for amf.js. Before I [...]
Also posted in Flash Player, JavaScript | 38 Comments

Tour de Flex 2.0 – Nearly 500 Flex Examples!

Adobe has just launched the new AIR 2 based Tour de Flex version 2.0 which now contains almost 500 Flex examples! The new version has new AIR 2 examples (only available in the AIR version of Tour de Flex) including: File Promises Mass Storage Detection Native Process Open with default app Socket Server Also there [...]
Also posted in Adobe AIR, Flash Player | 4 Comments

Top 10 StackOverflow.com Flex Contributors

Back in the day the FlexCoders Yahoo! Group was all the rage. It was the place where Flex rock stars like Alex Harui and Doug McCune hung out and helped the community learn Flex. But these days a lot of developers have turned to StackOverflow.com as their primary resource for getting answers to their technical [...]
Posted in Flex | 3 Comments