如何使用视频类以全分辨率运行 .flv?
我有一个使用 Flash Video 类实现的应用程序。如何让它以全分辨率运行 .flv 视频?所有视频均以默认 320x240 分辨率运行。
I have an application, implemented using the Flash Video class. How do I make it run a .flv video in full resolution? All videos are running in the default 320x240 resolution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看文档 :您可以实例化具有给定宽度或高度的Video对象。 这里是找出答案的方法您正在播放的文件的原始宽度和高度:使用 videoWidth 和 videoHeight 属性。
Check the documentation: You can instantiate the Video object with a given width or height. Here is the way to find out the original width and height of the file you are playing: Use the videoWidth and videoHeight properties.