【发布时间】:2019-07-12 13:45:22
【问题描述】:
使用 soundcloud,您可以在 iframe src 属性中添加参数 auto_play=true 以自动播放音频文件。
https://w.soundcloud.com/player/?visual=true&url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F494237829&show_artwork=true&auto_play=true
我想对 audiomack iframe 做同样的事情。到目前为止,我已经创建了以下 iframe(见下文),但没有找到任何可以让它自动播放的东西。可能吗?经过数小时的搜索,我似乎找不到任何有用的信息。任何指导将不胜感激!
<iframe frameborder="0" allowfullscreen="" src="https://audiomack.com/embed/album/shy-glizzy/fully-loaded"></iframe>
【问题讨论】: