Consider this

 player = new YT.Player(divId, {
                    height: '100%',
                    width: '100%',
                    videoId: 'xxx',//                
                  playerVars: { 'autoplay': 0, 'controls': 0, 'enablejsapi': 1, 'fs': 1, 'showinfo': 0, wmode: "opaque", 'rel': 0 }
...

Now the video appears without any controls, still the play/pause button is there. What playerVars option will hide them?

How do it i put a custom play/pause button and get rid of those by youtube the way one hides controls with 'controls': 0 ?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.