本文介绍了如何从 youtube 播放器中删除 youtube 徽标以在其他应用程序中使用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在我的应用程序中使用 Charmless youtube 播放器,并且我想从播放器中删除 youtube 徽标.我怎样才能做到这一点?我的应用程序是使用 AS3 开发的.

I want to use the Charmless youtube player in my application and I want to remove youtube logo from the Player. How can i achieve this thing? My application is developed using AS3.

推荐答案

我尝试通过多种方式移除 youtube 徽标.但是我没有成功将它从 youtube 播放器中删除.

I tried to remove youtube logo by many ways. But I didn't get success to remove it from the youtube player.

最后,我检查了 youtube 播放器的功能和行为.当视频附加到播放器时,它将显示在中心.如果播放器容器高度大于视频高度,则(顶部和底部)侧边都会出现黑色条带.只是我们必须使用遮罩概念从用户显示区域隐藏黑条.(在 Flash 中,我们可以将掩码应用于容器,同样的事情将在 Javascript 中使用 DOM 模型完成.)

Finally I check the youtube player functionality and behavior. When video is attached to the player then it will be displayed in center. if player container height is bigger then video height so both (top and bottom) side Black strip will be appeared. Just we have to hide the Black Strip from the user display area using masking concept. (In Flash we can apply the mask to container and same thing will be done using the DOM model in Javascript.)

直接根据最终用户的观点将其删除,实际上并非如此.因此从播放器中删除了 youtube 徽标的间接方式.

In directly it will be removed as per end user perspective not actually. so Indirect way youtube logo is removed from the player.

这篇关于如何从 youtube 播放器中删除 youtube 徽标以在其他应用程序中使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 08:46