Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

搜索 | 用户支持

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

详细了解

Firefox can't play audio on this page

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

more options

Refer to this page: https://humanum.arts.cuhk.edu.hk/Lexis/lexi-can/

It is a Chinese page for searching for pronunciation. However, I am unable to playback any audio on the page.


Steps to reproduce:

1. On the left input field below "輸入漢字,查取粵音", enter a word such as "簞"

2. The page updates, with word information on the right. Click on the speaker icon on the right. (2nd column, 2nd row of the table)

3. No audio is produced.


When I used Google Chrome, the page played audio without issue.

Refer to this page: https://humanum.arts.cuhk.edu.hk/Lexis/lexi-can/ It is a Chinese page for searching for pronunciation. However, I am unable to playback any audio on the page. Steps to reproduce: 1. On the left input field below "輸入漢字,查取粵音", enter a word such as "簞" 2. The page updates, with word information on the right. Click on the speaker icon on the right. (2nd column, 2nd row of the table) 3. No audio is produced. When I used Google Chrome, the page played audio without issue.
已附加屏幕截图

由jk192564于修改

所有回复 (3)

more options

Make sure you are not blocking content.

Start Firefox in Safe Mode {web link} by holding down the <Shift> (Mac=Options) key, and then starting Firefox.

A small dialog should appear. Click Start In Safe Mode (not Refresh). Is the problem still there?


One issue that seems more common lately is Firefox's Tracking Protection feature. When it is blocking content in a page, a shield icon will appear at the left end of the address bar next to the padlock icon. This article has more info on managing this feature: Tracking Protection {web link}

more options

I've tried starting in safe mode, but the problem is still there. I don't see a shield icon on the left of the address bar either.

more options

That website tries to use the QuickTime plugin to play a WAV file (sound/daan1.wav; audio/x-wav) via an EMBED tag.

<a href="sound.php?s=daan1" target="sound"><img src="img/sounder.gif" border="0"></a>
<embed src="sound/daan1.wav" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/" width="200" height="16">

Firefox is able to play this file if I change the code to an AUDIO tag.

<audio src="https://humanum.arts.cuhk.edu.hk/Lexis/lexi-can/sound/daan1.wav" autoplay="true" width="300" controls="true">

I don't know of a way to fix this easily, so maybe contact the website and ask them to look into this.