Change background color in spark VideoPlayer
is there any way to change the black in background in the VideoPlayer component that comes with Flex 4 ?开发者_StackOverflow
I can change every color but i can't change the black in background.
Thanks
if this one option doesn't help you, use this page to extend VideoPlayer with your own vision of logic, or if you are really have another option to add build your own component based on raw VideoDisplay like this.
Here is a sample changing background color
http://blog.flexexamples.com/2009/05/04/setting-the-base-theme-color-on-a-spark-videoplayer-control-in-flex-gumbo/#more-1056
精彩评论