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
Using loadVideo function.
public abstract void loadVideo (String videoId, int timeMillis)
Loads and plays the specified video. Playback will start at the specified time in the video.
videoId - The ID of the video to be played timeMillis - The time in milliseconds
FYR: https://developers.google.com/youtube/android/player/reference/com/google/android/youtube/player/YouTubePlayer#loadVideo(java.lang.String)reader