开发者

Is it possible to remove the YouTube logo from a chromeless player?

开发者 https://www.devze.com 2023-01-30 08:59 出处:网络
Is it possible to remove the YouTube logo fr开发者_StackOverflow中文版om a chromeless player?You can\'t and you shouldn\'t.

Is it possible to remove the YouTube logo fr开发者_StackOverflow中文版om a chromeless player?


You can't and you shouldn't.

If you use the Embeddable Player on your website, you may not modify, build upon, or block any portion or functionality of the Embeddable Player, including but not limited to links back to the YouTube website.

www.youtube.com/static?gl=US&template=terms


Now YouTube allows you to remove Logo in embed videos in your website. For this at the end of youtube url in embed vide just add modestbranding=1

Detailed explanation avaialble in How to Remove YouTube Logo on Embed Videos?


You can, just add the code ?modestbranding=1 : check here


You can't do this using the chromeless player, but you don't have to use it. You can stream videos directly by parsing the URL like such: youtube get_video not working

I had to do this to get more direct video access within flash, since you have limited access with chromeless player due to flash's crossdomain.xml

But as far as Youtube's terms go, if you do this you may have to have a link back to the Youtube source, else you risk copyright infringement of sorts, but I'm not sure.


You can't remove the youtube logo from the youtube player. But you can do indirect way means you can hide the youtube logo from the display area.

youtube logo height is 50 pixel. So Set your player height is your video height (accepted video display area height) + 100. and set vertical (y axis) position -50 (Minus 50).

Ans just do the masking for the your video display area. So End user will not get youtube logo on your application player. Please visit this Question.

0

精彩评论

暂无评论...
验证码 换一张
取 消