Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML: Why does embedded audio sometimes fail to play?
    primarykey
    data
    text
    <p>I am experiencing some strange behavior of embedded audio (wav file) on HTML page. I've got a page <code>https://server.com/listen-to-sound</code>, and a Wav file embedded in it via <code>&lt;EMBED/&gt;</code> tag, like this:</p> <pre><code>&lt;embed src='https://server.com/path-to-sound' hidden="true" autostart="true" /&gt; </code></pre> <p>The page <code>https://server.com/listen-to-sound</code> is opened in IE 6 SP3 on machine#1 - the sound is played in the headphones. The same page is opened on another machine(#2), with <strong>exactly</strong> same IE 6 SP3 version, privacy and proxy settings - there's no sound.</p> <p>Totally, from 6 machines the sound is played on 2 and not played on 4. From these 4 machines, when the page <code>https://server.com/listen-to-sound</code> is opened in Opera, the sound is played.</p> <p>I've triple-checked headphone connections, volume settings and other possible hardware and software driver issues: the problem is definitely in IE settings.</p> <p>I've also checked <code>https://server.com/path.to.sound</code> URL - the 4 machnies that do not play sound fail to open this link, failing with an error like "Failed to download page".</p> <p>Cleaning IE caches, temporary internet files, SSL certificate caches did not solve the problem either.</p> <p>Googling gave me nothing special but old Flash trick to use <code>&lt;OBJECT&gt;</code> tag and <code>&lt;EMBED&gt;</code> tag to be written in Object's comments.</p> <p>What have I missed? Have you experienced similar or related problems? How were they solved? Do you have any suggestions on where the trick is? Do you know some IE "features" that might affect execution(playing, showing) of embedded objects?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload