In a previous example, “Setting the background color on a VideoDisplay control in Flex”, we saw how you could modify the background color of a VideoDisplay control in Flex by setting the backgroundColor
style.
The following example shows how you can set the background alpha on a Flex VideoDisplay control by setting the backgroundAlpha
style.
Full code after the jump.
Continue reading Setting the background alpha on a VideoDisplay control in Flex