Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

搜索 | 用户支持

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

详细了解

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>