Peter deHaan: Maintaining an image’s aspect ratio on an Image control in Flex

29 Jun 16:56
The following example shows how you can maintain a loaded image’s original aspect ratio on a Flex Image control by setting the maintainAspectRatio property. Full code after the jump.

Peter deHaan: Detecting when the source changes on an Image control in Flex

28 Jun 16:58
The following example shows how you can detect when the source property has changed on a Flex Image control using the sourceChanged event. Full code after the jump.

Doug McCune: Some flexcoders stats

28 Jun 11:11
I’ve recently compiled a fairly complete database of all the messages ever sent to the flexcoders mailing list. I’ll be posting the sqlite database file that you can load into your own AIR applications to start playing with this data. But before anything else I thought I’d post a few fun tidbits: Top 10 Posters Poster # Messages # [...

Daniel Dura: Saving Encrypted Data in AIR

28 Jun 03:56
Have you ever wanted to store a users password, you know, that little checkbox that says 'Save Password' on any login form. Or maybe you just want to persist a session token or other information. You could use the Local Shared Objects or even the File API, but that isn't very secure. How do you [...

Carlos Pinho: Tutorials | Developing, Extending and Styling Flex Components

28 Jun 03:18
Do you want to create your own flex component? Or you simply don’t like the style of the component you need to use, or even there are some features you would like to have in your actual component? The following 5 tutorials will show how to achieve these goals. Developing Flex Components This tutorial aims to teach [...

Marco Casario: Using the EncryptedLocalStore to encrypt data on the client with AIR

27 Jun 23:39
Another very important and delicate aspect of desktop applications, but not only, is the one regarding data encryption. Encryption is the process of transforming data by using an algorithm to make it unreadable to anyone except those possessing a key. Adobe AIR has an EncryptedLocalStore class that allows to encrypt data to store it on the client’s machine. Adobe AIR EncryptedLocalStore APIs use DPAPI (Data Protection Application Programming Interface) on Windows and the Keychain on Mac.

Peter deHaan: Detecting when the label placement changes on a Button control in Flex

27 Jun 16:02
In an earlier example, “Positioning an icon within a button using the Button.labelPlacement property”, we saw how you can set a Flex Button control’s label placement using the labelPlacement property. The following example shows how you can detect when the labelPlacement property has changed using the labelPlacementChanged event. Full code after the jump.

Ryan Stewart: Use Flex to Trick out your MySpace Page

27 Jun 12:02
I don’t spend a lot of time on MySpace anymore but I noticed Ciara was messing with her profile and there was a little WYSIWYG editor over on the left hand side. Since I spend a lot of time with Flex applications it was pretty easy to see that they were using Flex for their new profile editor and James Ward’s Is it Flex confirmed it. The application is kind of boring.

Carlos Pinho: Tutorials | AS3, Maths and Physics

27 Jun 09:38
I have just stumbled in this great site, whose the author is Drew Cummins. This guy it seems to be a genius of the physics and maths. I picked up two tutorials he wrote on about using the FOAM and another simple as3 and physics. Keep an eye on his blog, because it’s really good. Read [...

Mrinal Wadhwa: Enhancing Flex applications with Google Gears

27 Jun 04:41
Google Gears is a very interesting platform. It’s a browser plugin that is aimed at extending the abilities of web browsers to satiate the needs of modern day rich web applications. The Gears website defines it as follows ..
Pages   ← previous   next