搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

websites with embeded sound

  • 11 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 Decker

more options

the web site I visited has sound enbeded in it the site was bulit with front page

the web site I visited has sound enbeded in it the site was bulit with front page

被選擇的解決方法

hello, it doesn't work on other browsers like chrome either. front page is known to produce code that isn't standard compliant & most probably will always work well with IE only. in this case a <bgsound> element is used, but this isn't valid html and non-IE browsers can't deal with that...

從原來的回覆中察看解決方案 👍 0

所有回覆 (11)

more options

I don't understand what your issue is..

more options

The site i went to hase back round sound I am unable to hear it I can play youtube vidos fine

more options

Do you experience this issue on another browser?

more options

No only this one the webpage was built in FrontPage

more options

Did this work before? Are your plugins up to date?

Please check if all your plugins are up-to-date. To do this, go to the Mozilla Plugin Check site.

Once you're there, the site will check if all your plugins have the latest versions. If you see plugins in the list that have a yellow Update button or a red Update now button, please update these immediately.

To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

more options

http://www.ftrp17cav196.com/ this the site there is back round sound on it I can hear it on IE9

All plugins are green

more options

I am able to reproduce this issue and so I will file a bug.

more options

選擇的解決方法

hello, it doesn't work on other browsers like chrome either. front page is known to produce code that isn't standard compliant & most probably will always work well with IE only. in this case a <bgsound> element is used, but this isn't valid html and non-IE browsers can't deal with that...

more options

I looked at it a little more and can confirm that it doesn't work on Chrome as well. Please contact the webmaster of the page. As per the bug I filed, I will mark it as invalid.

more options

That page uses BGSOUND and that doesn't work in Firefox.

<bgsound src="whitesat.mid" loop="1">

Something like this should work in Firefox:

<embed src="whitesat.mid" type="audio/midi">
more options

thanks works great now