The following example shows how you can specify a background image for a Flex VideoDisplay control by setting the backgroundImage style.
Full code after the jump.
Continue reading ‘Setting a background image on a VideoDisplay control in Flex’
The following example shows how you can specify a background image for a Flex VideoDisplay control by setting the backgroundImage style.
Full code after the jump.
Continue reading ‘Setting a background image on a VideoDisplay control in Flex’
The following example shows how you can remove the default gradient background image for a Flex application by setting the backgroundImage style.
Full code after the jump.
Continue reading ‘Setting or clearing the application background image in Flex’
The following example shows how you can set a background image and background size for a Flex VBox container by setting the backgroundImage, and backgroundSize styles.
Full code after the jump.
Continue reading ‘Changing a VBox container’s background size in Flex’
The following example shows how you can set both an background image and background color and change its alpha to for a Flex VBox container by setting the backgroundImage, backgroundColor, and backgroundAlpha styles.
Full code after the jump.
Continue reading ‘Changing a VBox container’s background alpha in Flex’
The following example shows how you can set a background image and change its attachment to scrolling or fixed for a Flex VBox container by setting the backgroundImage and backgroundAttachment styles.
Full code after the jump.
Continue reading ‘Changing a VBox container’s background image attachment in Flex’