Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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

  • 11 답장
  • 16 이 문제를 만남
  • 22 보기
  • 최종 답변자: 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!