The following example shows how you can pause a Spark VideoPlayer control when it is hidden or removed from the display list in Flex 4 by setting the Boolean pauseWhenHidden property.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following example shows how you can pause a Spark VideoPlayer control when it is hidden or removed from the display list in Flex 4 by setting the Boolean pauseWhenHidden property.
Full code after the jump.
{ 0 comments }
The following example shows how you can disable the dividers in a Flex HDividedBox container by using the numDividers property, getDividerAt() method, and setting the visible property.
Full code after the jump.
{ 10 comments }
The following example shows how you can toggle FormItem containers in a Flex Form container by setting the includeInLayout and visible properties.
Full code after the jump.
{ 3 comments }
The following example shows you how you can toggle the RichTextEditor control’s nested link text input by setting both the visible and includeInLayout properties of the control.
Full code after the jump.
{ 0 comments }
The following example shows you how you can trigger effects when the visible property changes on a Flex container or control by using the hideEffect and showEffect effects.
Full code after the jump.
{ 4 comments }
The following example shows a pretty crude method for toggling a container’s visibility and removing it from the Flex application layout. Mind you, this probably isn’t the preferred/recommended method of doing this (I imagine using states would be a lot nicer/cleaner) but hey, I’ll have to save that method up for another entry.
Full code after the jump.
{ 0 comments }