12-27-2018, 06:12 PM
If "the same" works outside, then its not the same. IntraWeb is just standard HTML/JS in the end.
Use view source or better yet the DOM explorer in Chrome and verify that:
1) The JS is loading the audio resource before IWAudio does and that the URL you are using is not marking it as non cacheable.
2) Check your cache, and make sure its there.
3) Check that the URL IWAudio is using is identical to the preloaded one *including* case.
Use view source or better yet the DOM explorer in Chrome and verify that:
1) The JS is loading the audio resource before IWAudio does and that the URL you are using is not marking it as non cacheable.
2) Check your cache, and make sure its there.
3) Check that the URL IWAudio is using is identical to the preloaded one *including* case.

