0

この例を使用して Google vrview-web を使用したい: googlevrviewsrcタグに属性 を設定するにはどうすればよいiframeですか?

以下は、リンクに示されている例です。

<iframe width="100%" scrolling="yes" allowfullscreen src="https://storage.googleapis.com/vrview/examples/video/index.html?video=examples/video/congo_2048.mp4&is_stereo=true"></iframe>

次に、以下のように src にビデオ URL を設定する必要があります。

<iframe width="100%" scrolling="yes" allowfullscreen src="<?php echo VIDEO_URL.$data["video"]; ?>&is_stereo=true"></iframe>

ビデオを表示しません。

iframe以下のタグを使用する場合:

<iframe width="100%" scrolling="yes" allowfullscreen src="https://storage.googleapis.com/vrview/examples/video/index.html?video=MY_VIDEO&is_stereo=true"></iframe>

それでも、このデータを私のページに出力します:

出力

4

1 に答える 1