Flex Video Player fullscreenButton覆盖

时间:2010-10-20 13:38:36

标签: flex actionscript flex-spark

我正在使用mxml创建一个带控件的spark视频播放器。当我点击Chrome中的“全屏”按钮时,它会在浏览器上全屏显示,但我无法恢复正常尺寸。在Internet Explorer中,整个屏幕都已填满,但视频上的缩放太大,因此我的控件不再可见。

有什么方法可以使用ActionScript来控制全屏的大小?如何将mxml转换为Actionscript来覆盖它?

谢谢!

源代码来自:Flex Video Player

我用来创建播放器的代码:

<?xml version="1.0" encoding="utf-8"?>
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009" 
xmlns:s="library://ns.adobe.com/flex/spark">
<s:VideoPlayer 
    source="video.flv"
    horizontalCenter="0"
    verticalCenter="0"
    autoPlay="false" />
</s:Application>

1 个答案:

答案 0 :(得分:0)

您可以尝试使用舞台的fullScreenSourceRect属性约束全屏显示区域。