我想通过以下示例使用 Google vrview-web:googlevrview
How can I set src
attribute in iframe
tag?
以下是链接中给出的示例:
<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>
尽管如此,它仍会在我的页面中打印此数据: