Archive for January 15th, 2008

15
Jan

Expanding nodes in a Flex Tree control using the openItems property

The following example shows how you can open nodes in a Tree control in Flex by setting the openItems property to an XMLList or Array object.

Full code after the jump.

Continue reading ‘Expanding nodes in a Flex Tree control using the openItems property’

15
Jan

Clearing the video on a Flex VideoDisplay control

I posted this in response to a forum question the other day and thought I’d share the code here.

The following example shows you how you can clear a VideoDisplay control’s content using the videoPlayer property in the mx_internal namespace.

Full code after the jump.

Continue reading ‘Clearing the video on a Flex VideoDisplay control’