更改 Spark VideoPlayer 中的背景颜色
有什么方法可以改变 Flex 4 附带的 VideoPlayer 组件中的黑色背景吗?
我可以更改每种颜色,但无法更改背景中的黑色。
谢谢
is there any way to change the black in background in the VideoPlayer component that comes with Flex 4 ?
I can change every color but i can't change the black in background.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是更改背景颜色的示例
http://blog.flexexamples.com/2009/05/04/setting-the-base-theme-color-on-a-spark-videoplayer-control -in-flex-gumbo/#more-1056
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
如果此一个选项对您没有帮助,使用此页面以您自己的逻辑愿景扩展VideoPlayer,或者如果您确实有另一种选择来添加基于原始 VideoDisplay 构建自己的组件,例如 这个。
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.