Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში. აქ არავინ უნდა მოგთხოვოთ ტელეფონზე დარეკვა, შეტყობინების გაგზავნა ან პირადი მონაცემების გაზიარება. რამე საეჭვოს შემჩნევისას გთხოვთ გვაცნობოთ „დარღვევის მოხსენებით“.

ვრცლად

audio won't play on a certain website

  • 1 პასუხი
  • 2 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა cor-el

I use a particular website to buy some audio files for my church... however, firefox doesnt seem to work with the site as far as playing back the audio previews... I have loaded google chrome and it plays them fine, but firefox doesnt which is my default browser.. I prefer to use firefox.... any suggestions?... here is the link to the site I am referring to...

www.multitracks.com

I use a particular website to buy some audio files for my church... however, firefox doesnt seem to work with the site as far as playing back the audio previews... I have loaded google chrome and it plays them fine, but firefox doesnt which is my default browser.. I prefer to use firefox.... any suggestions?... here is the link to the site I am referring to... www.multitracks.com

ყველა პასუხი (1)

You may be out of luck on Mac because an audio tag is used to play the media files and this media format may not be implemented yet on Mac.

You could try to copy the link and open the file in an external media player.

You can open the Web Console (Firefox/Tools > Web Developer). Paste the JavaScript code in the command line and press the Enter key to run the code. That should show the URL of the media file

document.querySelector("audio").src

If there are multiple players then use this code and adjust the number [#]

document.querySelectorAll("audio")[0].src

See also: