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
I have solve this myself, then i post here:
public void onInitializationSuccess(YouTubePlayer.Provider paramProvider, YouTubePlayer paramYouTubePlayer, boolean paramBoolean) {if (!paramBoolean)paramYouTubePlayer.loadVideo(CLIP_LINK);}