我在我的應用程序中使用Youtube Api,但我的問題是它不是自動播放,必須按播放按鈕。Youtube Api android autostart
我的代碼是:
setContentView(R.layout.playerview_demo);
((YouTubePlayerView)findViewById(R.id.youtube_view)).initialize(DEV_KEY, this);
youtube_view佈局:
<com.google.android.youtube.player.YouTubePlayerView
android:id="@id/youtube_view"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
我需要cueVideo方法+1表示 – 2013-10-22 12:18:37