Archive for October 9th, 2007

09
Oct

Programmatically resizing a Flex HDividedBox container

The following example shows how you can programmatically resize an HDividedBox container in Flex using the moveDivider() and getDividerAt() methods.

Full code after the jump.

Continue reading ‘Programmatically resizing a Flex HDividedBox container’

09
Oct

Embedding fonts by name instead of location

The following example shows how you can embed a font in Flex by specifying the font name instead of a location by using the local() function instead of the src() function when embedding a font.

Full code after the jump.

Continue reading ‘Embedding fonts by name instead of location’