The discussion revolves around adding sound to a website, specifically focusing on issues encountered while trying to play MP3 and WAV files in Internet Explorer 10. Participants share code snippets, troubleshooting steps, and potential solutions related to HTML5 audio implementation and browser settings.
Discussion Character
Technical explanation
Debate/contested
Exploratory
Main Points Raised
One participant expresses a desire to play a spooky sound for a gallery page but struggles with getting the audio to work in IE10.
Another participant suggests ensuring necessary JavaScript libraries are imported, referencing jQuery as an example.
A participant proposes using the HTML5
One user reports that their audio player displays an error message indicating blocked content in IE10, despite allowing it.
Another participant suggests trying a different WAV file, indicating the possibility of a corrupted audio file.
There is a discussion about the correct directory structure for referencing audio files, emphasizing that files must be in the same directory or correctly referenced from a subdirectory.
One participant describes their setup and the error messages they receive, including "ERROR PLAYBACK WAS ABORTED" and "Bad Source," while using the
Another participant questions whether the audio file can be played directly through the file browser in IE10, suggesting that browser settings might be the issue.
A participant shares an alternative method using the
There is a suggestion to isolate the error by testing local copies of audio files to determine if the issue lies with the browser or the audio files themselves.
Areas of Agreement / Disagreement
Participants express various troubleshooting steps and share experiences, but there is no consensus on the root cause of the audio playback issues in IE10. Multiple competing views and unresolved questions remain regarding the effectiveness of different approaches and the role of browser settings.
Contextual Notes
Participants mention potential issues with audio file formats, browser settings, and the need for specific libraries or plugins, but these factors remain unresolved and are dependent on individual setups.
#1
biferi
191
0
I know everyone says do not put Music or any sounds on a WebSite.
But my WebSite has Diferant Galleries on it and every Gallery has it's own theme.
So for my Fall Gallery Page I have a Spooky Sound that I want to play one time.
I have iE10 and I have an MP3 file.
And I can not get it to play and I think I just need the right code.
I did go to wd3 WebSite and yes when I click the Tabs for try this code they all work.
But when I put it on my page they do not work.
Can anyone give me maybe say a Plane code that will work on any iE?
What happens if you use IE10 as a file browser using the url file:/// and then find the people.wav in the list of files and subdirectories shown?
Can you play it then?
You either have a file that can't be played by the native IE10 player or the blocking permissions are getting in the way. My guess is you need to modify your blocking permissions instead of pressing the ALLOW button for this file. It may be that IE10 still can't get to the file after you allow it.
Also have you tried your webpage with Firefox or Google Chrome or some other browsers?