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
Check that autoplay feature is set to 1. Player will load initial video in autoplay by default.
autoplay
1
Please refer Youtube Autoplay parameters for more.