播放器html5 soundcloud

时间:2015-11-18 23:57:33

标签: html5 flash soundcloud

我想将Flash播放器SoundCloud更改为HTML5播放器到WordPress中的我的网站。音频是以页面形式添加的。

我遇到了问题,因为我找不到一个没有用户的代码,只是一个有效的播放器。

闪存代码:

62458
81598
98745
53460
35678
89920
78960
124569
43550
45679
2.122e-314

1 个答案:

答案 0 :(得分:0)

您是否尝试过这样的代码?

只需创建一个新的Wordpress帖子,给出一个标题,然后在主文本区域中,只需将下面显示的代码插入其中,就像通常的文章文本一样:(点击"保存草稿"然后尝试& #34;预览"):

[soundcloud url="http://api.soundcloud.com/tracks/34019569" params="color=000000" width="100%" height="166" iframe="true" /]

注意:您必须使用http://而不是https://的SSL版本。

编辑:

首先确保安装 SoundCloud Short Code 插件(由SoundClound Inc制作):

要将SoundCloud URL用作链接,您现在可以尝试:

[soundcloud url="https://soundcloud.com/soulmovementrecords/dj-fleg-new-horns" params="auto_play=false&show_comments=false" width="100%" height="150" /]

以下是示例的链接: SoundCloud Player test (使用网页网址而不是用户或跟踪ID)

我假设使用您的代码,您可以尝试类似:

[soundcloud url="sound_link" params="auto_play=false&show_comments=false" width="100%" height="150" /]