The following example shows how you can rewind a Spark VideoPlayer control in Flex 4 when the selected MX Accordion container changes its selected item by listening for the hide
event on the Spark NavigatorContent container and calling the seek()
method on the VideoPlayer instance.
Category Archives: NavigatorContent (Spark)
Setting the padding on a Spark NavigatorContent container in Flex 4
The following example shows how you can set the padding on a Spark NavigatorContent container in Flex 4 by setting the layout
property and the paddingLeft
, paddingRight
, paddingTop
, and paddingBottom
properties
Full code after the jump.
Continue reading Setting the padding on a Spark NavigatorContent container in Flex 4
Using the Spark NavigatorContent container with an MX Accordion container in Flex 4
The following example shows how you can display content in a Spark NavigatorContent container in a Halo/MX Accordion container in Flex 4.
Full code after the jump.
Continue reading Using the Spark NavigatorContent container with an MX Accordion container in Flex 4