最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Possible to remove center middle red "youtube play" button form iframe embedded video? - Stack Ov

programmeradmin2浏览0评论

I want to remove the youtube player and center middle youtube red play button.

I want to control play pause by custom button.

<iframe width="560" height="315" src=";html5=1&rel=0&modestbranding=1&autohide=1&showinfo=0&controls=0" frameborder="0" allowfullscreen></iframe>

EDIT

have already used the above parameters but this does not hide the center play button. is it possible to change that button?

need to remove this from the iframe:

I want to remove the youtube player and center middle youtube red play button.

I want to control play pause by custom button.

<iframe width="560" height="315" src="https://www.youtube./embed/xyz?enablejsapi=1&html5=1&rel=0&modestbranding=1&autohide=1&showinfo=0&controls=0" frameborder="0" allowfullscreen></iframe>

EDIT

have already used the above parameters but this does not hide the center play button. is it possible to change that button?

need to remove this from the iframe:

Share Improve this question edited Dec 18, 2016 at 12:04 jwpfox 5,26011 gold badges48 silver badges42 bronze badges asked Dec 14, 2016 at 12:39 ShahadatShahadat 2812 gold badges4 silver badges11 bronze badges 5
  • Add some code please – jean-max Commented Dec 14, 2016 at 12:42
  • Add the link so that we can work on it. – Faruk Yazici Commented Dec 14, 2016 at 12:44
  • Please take a tour of the help centre to see how to ask a good question and what sorts of question are on topic for this site. In it's current form this is not on topic and is not a good question – Pete Commented Dec 14, 2016 at 12:46
  • Added some code also wanted to disable youtube red button – Shahadat Commented Dec 14, 2016 at 13:28
  • At least there is no official, documented way, otherwise it would be in the documentation. – paolo Commented Dec 14, 2016 at 13:28
Add a ment  | 

1 Answer 1

Reset to default 1

please find following parameters which will be useful.

showinfo=0,video will not  display the title on video frame. 
controls=0,hides the bottom bar
autohide=1,hides the controls

please use following link for further details

https://developers.google./youtube/player_parameters

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论