この例を使用して 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>
それでも、このデータを私のページに出力します: