IFrame Player APIの関数を利用する(動画情報の取得:getDuration / getVideoUrl / getVideoEmbedCode)

CGI'sトップページ > Youtube API メモ > IFrame Player APIの関数を利用する(動画情報の取得:getDuration / getVideoUrl / getVideoEmbedCode)

IFrame Player APIの関数を利用する(動画情報の取得:getDuration / getVideoUrl / getVideoEmbedCode)

関数名 機能概要/構文/パラメータ
  1. getDuration
  2. getVideoUrl
  3. getVideoEmbedCode
  1. 動画の長さ
  2. 動画のURI
  3. 動画の埋め込みコード
  1. player.getDuration():Number
  2. player.getVideoUrl():String
  3. player.getVideoEmbedCode():String

以下のサンプルでは onReadyイベント内で getDuration, getVideoUrl, getVideoEmbedCode を利用し、 それぞれ、duration, uri, code というIDを持つHTML要素に表示しています。


サンプルコード


サンプル




■動画の長さ

■動画のURI

■動画の埋め込みコード


Youtube API メモ Indexへ戻る