Category Archives: Flex

cool xml photo gallery with flex and PaperVision3D

This is an example of a photo gallery in Flex using papervision3D and a “sliced cube” effect for the transitions. The image data is loaded from an external xml file. Major credit goes to John Lindquist for the cool effect. … Continue reading

Posted in Flex, Papervision3D | Tagged , , , , , , , , , , , | 3 Comments

Using Flex swf to load html into frames

I recently had a reason to do this, and saw that many people online are having problems. Here’s a solution, and a few notes to help. First the Flex code:

Posted in Flash, Flex | Tagged , , , , , , | Leave a comment

Text Effects in Flex with TweenMax

I’ve just been playing around with TweenMax for a short time, playing with animated filters on a Label control in Flex. There may be better ways to do this, but I thought I’d share: example code below:

Posted in Flash, Flex | Tagged , , , , , , , , , | 2 Comments

Flex Community Blog – WidgetBox Widget

Add the Flex Community Blog Widget to your site: embed the following code: if (WIDGETBOX) WIDGETBOX.renderWidget(‘c881dce4-5c1f-4a64-96e7-91309fa59624′);Get the Flex Community Blog – Adobe Flex, Flash and Actio widget and many other great free widgets at Widgetbox! You can also go to … Continue reading

Posted in Flash, Flex, Uncategorized | Tagged , , , , , , | Leave a comment

How to UnFlex Your Flex – Making Flex applications look and feel unique

An important part of your job as a flex developer (whether designing yourself or interfacing with designers) is skinning/styling the application in such a way as to disguise it’s default flex roots and breath a unique life and identity to … Continue reading

Posted in Flex | Tagged , , , , , , , , , , , | 1 Comment

Using Google Maps API in Flex

This example uses geocoding, getRoute, step by step directions, and printing to create a useful google map in flex.

Posted in Flex | Tagged , , , , , , , , , , | 3 Comments

Flash & Flex Developer’s Magazine (review)

I just read the second issue of Flash & Flex Developer’s Magazine, the cover story being “A Breath of Fresh AIR for Desktop Apps” – And let me tell you, this magazine is a breath of fresh air for me!

Posted in Flash, Flex, reviews | 2 Comments

Undocumented Maximum FontSize

It seems that there is a 127 maximum font size for (at least) label and textArea. If you set fontSize larger than that it will stay at 127. Very annoying. (Ugly) workaround: use scaleX and scaleY to make text bigger. … Continue reading

Posted in Flash, Flex | Tagged , , , , , , , | 2 Comments

What annoys you about Flex?

Here’s an opportunity to complain about the tool we all love… http://www.flexcommunity.net/node/5 Mine are (to start with), 1)weak HTML support 2)not-very-cascading CSS support

Posted in Flex | Tagged , , , , | Leave a comment

Displaying Paypal IPN payment data in Adobe Flex via AMFPHP

Displaying Paypal IPN payment data in Adobe Flex via AMFPHP This article explains how to access paypal payment data sent from IPN (instant payment notification) to a MySQL database using AMHPHP and displayed in a Flex front-end. The end result … Continue reading

Posted in Flex | Tagged , , , , , , , , , , | 2 Comments