본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

Playing sound links in the Thai Language web site http://www.thai-language.com/id/4193 don't work in Firefox but do in IE.

  • 2 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: cor-el

more options

Loading the following page into either IE or Firefox results in a page with speaker icons. Clicking on the speaker icons in IE results in the word being played through the PC speakers in IE, but results in nothing in Firefox.

http://www.thai-language.com/id/4193

I downloaded Quickplayer as one of the help suggestions suggested to create a sound plug in, but that didn't work. I can happily play Youtube videos through Firefox, so it has to be something to do with the control on the page and Firefox's support for such.

Any help much appreciated.

Loading the following page into either IE or Firefox results in a page with speaker icons. Clicking on the speaker icons in IE results in the word being played through the PC speakers in IE, but results in nothing in Firefox. http://www.thai-language.com/id/4193 I downloaded Quickplayer as one of the help suggestions suggested to create a sound plug in, but that didn't work. I can happily play Youtube videos through Firefox, so it has to be something to do with the control on the page and Firefox's support for such. Any help much appreciated.

모든 댓글 (2)

more options

I can reproduce this bug and i reported it

you can signup on bugzilla and add yourself in cc list to get latest update about the bug,



Thanks :)

more options

Works for me on Linux with the Gecko Media player (QuickTime) plugin.

That button tries to play an MP3 file, so you need a plugin that can handle such a file and MIME type type="audio/mpeg"

<object data="/mp3/E131080.mp3" type="audio/mpeg" style="position:fixed; width:0px; height:0px;">
<param name="hidden" value="true">
<param name="controller" value="false">
<param name="type" value="audio/mpeg">
<param name="src" value="/mp3/E131080.mp3">
<param name="autoplay" value="true">
<param name="autostart" value="1">
</object>