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
Post a Comment