Aug 04

The following example shows how you can use the PopUpManager class to display a VideoDisplay control in a TitleWindow container in Flex. Continue reading »

written by Flex \\ tags: ,

Jul 24

The width of FlowBox will be the sum of its children’s width, if the width of FlowBox is set to 100%. So FlowBox will never re-layout the children.

It’s simple to solve this problem, just bind the width of FlowBox to the width of its parent or other fixed number. Continue reading »

written by Flex \\ tags: , ,

Jul 15

This project strives to provided flex components for crating calendar components. (Timeline, day, week, month and agenda view)
This projects is still work in progress and is not even at an alpha stage, but please look around and offer help or suggestions.

Check out the current status of the code: Continue reading »

written by Flex \\ tags: , ,

Jun 23

How to monitor the itemClick in FlexRadioButtonGroup when RadioButton was clicked

The full codes:
———————– Continue reading »

written by Flex \\ tags: ,

Jun 10

xmlutility

package {
public class XMLUtilities
{
//
public static function XMLListToSimpleArrayByDepth(xmlList:XMLList, depthLimit:int=10):Array{
var resultArr:Array=new Array(); Continue reading »

written by Flex \\ tags: ,

Jun 09

I remember the first time I saw the Mini Configurator on the Mini USA site. I was blown away — I loved just playing with the colors and the options — it was a truly immersive experience of the kind that only Flash applications can offer, and I’m sure it sold more than a few Minis. Continue reading »

written by Flex \\ tags: ,

Jun 03

The following example shows how you can use an embedded font with the Flex ComboBox control by setting the fontFamily style. Continue reading »

written by Flex \\ tags: , ,

Jun 03

It is so cool if show your products in 360 degree view on your website to your customer? In fact it is not difficult to realize after you read the following example. First you need prepair a serial images about your products in different views. The basic principle is by using SliderBar to control the image. Generally, you will meet the problem: how to avoid the image flickering when move the sliderbar? Then it have told you the answer. Using loader component which could avoid flickering. Components Sequence, Canvas and TextArea are also used in this example. More details please see the following source Continue reading »

written by Flex \\ tags: , , , ,