搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

HTML5 based player from Soundcloud, doesn't work when embedded on my website. Why?

  • 11 个回答
  • 16 人有此问题
  • 3 次查看
  • 最后回复者为 cor-el

more options

Soundcloud HTML5 based widged doesn't show on my website when embedded. It use to work, now there's only blank content box. It works on Chrome and Explorer.

Does anyone have a clue why is that? Really need help.

Thx

Soundcloud HTML5 based widged doesn't show on my website when embedded. It use to work, now there's only blank content box. It works on Chrome and Explorer. Does anyone have a clue why is that? Really need help. Thx

被采纳的解决方案

Can you post a link to a public page that doesn't require authentication (log in) to access it?

Did you check the the server sends the file with the correct MIME type?

Apache:

AddType audio/ogg oga ogg
AddType video/ogg ogv
AddType video/webm .webm

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.

定位到答案原位置 👍 0

所有回复 (11)

more options

选择的解决方案

Can you post a link to a public page that doesn't require authentication (log in) to access it?

Did you check the the server sends the file with the correct MIME type?

Apache:

AddType audio/ogg oga ogg
AddType video/ogg ogv
AddType video/webm .webm

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.

more options

Here's a screen grab, taken just a few moments ago, that show a similar problem:

Screen Shot

more options

That is not HTML5, but a simple Flash player on the lbpost.com site.

Looks that you are blocking some content if you do not see the iframe with the SoundCloud Flash player.
Does this link have the same problem?

Having trouble viewing the SoundCloud player? Click here.


Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).

more options

The Soundcloud page works perfectly.

I restarted in safe mode, but the LBPost page still did not display the embedded player.

more options

Just to clarify, when you click on 'share' at soundcloud, there are two main choices: HTML5 and Flash. The flash version works perfectly, but the HTML5 version does not. (See image below)

more options

The video tag only works with a supported MIME type like video/ogg or video/webm

more options

I'm sorry, but I have no idea what video tag you're referring to. This is the code that soundcloud's system produces:

<iframe width="100%" height="166" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F40605063&auto_play=false&show_artwork=true&color=8c00ff"></iframe>

I don't see any video tag here.

more options

Same here. I have noticed that soundcloud HTML5 players don't show up in any window or iframe on Firefox, whereas they display and work properly on Chrome and Safari (running on Mac OS X 10.7.3).
I have emptied every cache possible, restarted in safe mode, and it still doesn't work.
The basic flash player works perfectly fine in every browser.
Every browser is up to date.

Example :
http://www.wearethebeat.co.uk/2012/04/mr-pinks-disco-discharge-promo-mix.html

(image 1 : Firefox)
(image 2 : Chrome)
(image 3 : Safari)

由cor-el于修改

more options

Works fine here on Linux with Firefox 11 and Firefox 12 (beta).

Did you try to clear the cookies as well?

more options

That fixed it. Just forgot to clear the cookies. I thought I had done it. Thanks a lot!

more options

You're welcome