我正在为一个朋友建立一个新网站,以推广他的音乐,并希望对此做一些创意。我以前曾使用过a框架,但不确定如何将SoundCloud链接嵌入到a框架环境中。
我试图将代码嵌入到a-box元素中,但这似乎不起作用。
<a-scene>
<a-assets>
<iframe id="hempz" width="100%" height="166" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/627262449&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
</a-assets>
<a-box embedded width="7" height="3" material="src: #hempz; repeat: 1 1" position="0 1 -10" ></a-box>
</a-scene>
我希望SoundCloud链接位于虚拟环境中。
下面的快速photoshop示例。