How I can hide controls, full screen buttons in Youtube Player android API? -


i trying hide buttons in youtube video player (api). used

player.setshowfullscreenbutton(false) 

this hides fullscreen button successfully, did not find way hide control button -- button can go youtube application.

i tried using

player.setplayerstyle(playerstyle.minimal); 

this hides buttons, changes progress bar, need old progress bar.

any help?

you can initiate player "chromeless" player. should it.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -