Any way to cache WAV files in IE?

Posted by Dan Howard on Stack Overflow See other posts from Stack Overflow or by Dan Howard
Published on 2010-03-30T21:09:42Z Indexed on 2010/03/30 21:13 UTC
Read the original article Hit count: 342

I'm seeing an issue with our web application. We have a few wave files which we can play (like ding.wav) and we have attempted to pre-load wave files but using Fiddler we're seeing that the WAV files are never cached like (js and css and image files). We always see an HTTP 200 instead of an HTTP 304.

Any ideas on how to tell IE that it should cache wav files?

We're inserting a div:

<EMBED SRC='ding.wav' AUTOSTART='FALSE' HIDDEN='TRUE'>

© Stack Overflow or respective owner

Related posts about cache

Related posts about internet-explorer