AS3视频全屏模式

编程入门 行业动态 更新时间:2024-10-25 04:15:26
本文介绍了AS3视频全屏模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我已经创建了一个视频播放器,但需要添加一个按钮,点击后,把视频放到全屏观看模式。我不想按比例上的所有阶段 - 只是视频。我似乎无法找到如何做到这一点 - 我认为这将是很容易

I have created a video player, but need to add a button that, when clicked, puts the video into full-screen viewing mode. I don't want to scale everything on the stage - just the video. I can't seem to find how to do this - I thought it would be easy.

推荐答案

看看这个作品:

stage.displayState = StageDisplayState.FULL_SCREEN; videoPlayer.x = 0; videoPlayer.y = 0; //save the width and height in temp vars //for restoring them later. videoPlayer.width = stage.fullScreenWidth; videoPlayer.height = stage.fullScreenHeight;

更多推荐

AS3视频全屏模式

本文发布于:2023-11-23 15:44:11,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1622000.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:全屏   模式   视频

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!