Flex、Flash 上的全屏问题

发布于 2024-11-09 04:27:56 字数 427 浏览 0 评论 0原文

我在播放全屏 Flash 视频时遇到问题。我制作了一个自定义 Flash 视频播放器。该视频播放器在全屏模式下可以正常工作。当我在 Flex 应用程序中使用此播放器播放 swf 时,全屏会导致一些问题。播放器始终拉伸父 Flex 容器。

我已附上正常状态和问题状态的屏幕截图

正常状态 http://122.183.225.85/images/full_video .JPG 全屏状态 http://122.183.225.85/images/full_image.JPG

I have problem with a fullscreen Flash video. I made a custom Flash video player. This video player is working properly on its own in fullscreen. When I use this player for swf in a Flex app, then fullscreen causes some trouble. The player always stretches the parent Flex container.

I have attached screenshots of the normal state and problem state

NORMAL STATE http://122.183.225.85/images/full_video.JPG
Fullscreen state http://122.183.225.85/images/full_image.JPG

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

末が日狂欢 2024-11-16 04:27:56

不能 100% 确定问题是什么,但如果基本上您的视频在 FULL_SCREEN 中缩放,则需要使用以下方法在 FULL_SCREEN 中观看时禁用视频扩展:

your_video.fullScreenTakeOver = false;

Not 100% sure what the issue is, but if it's basically that your video is scaling in FULL_SCREEN, you need to disable the video expanding when you're viewing in FULL_SCREEN using this:

your_video.fullScreenTakeOver = false;
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文