哎哟模板网

苹果cms常见问题-为什么web播放器不能全屏?

小编
如果播放器被包含在iframe里,尝试在iframe上添加allowfullscreen属性。 为了完善的浏览器兼容性,它应该是这样: MacPlayer.HTML = '<iframe width="100%" height="'+MacPlayer.Height+'" src="https://www.okdus.com/static/player/18ma-play/?url='+MacPlayer.PlayUrl+'" allowtransparency="true" allowfullscreen="true" marginWidth="0" frameSpacing="0" marginHeight="0" frameBorder="0" scrolling="no" vspale="0" noResize></iframe>'; MacPlayer.Show(); 复制代码