I use Youtube Api in my app, but my problem is it\'s not auto play, must press play button.
My code is:
setContentView(R.layout.playerview_demo);
((Y
The documentation clearly states...
Note: YouTube only counts playbacks that are initiated through the native play button.
but u could simply call youtubeplayer.loadVideo(VIDEO_ID,0) // 0 millis, start right away
Otherwise you could use CHROMELESS controls and add custom controls to it. Then it may work. All the best..