Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Vedios not loading with cached flash player in embedded IE 9 browser


Following is the script i am using to setup jwplayer

<script>
jwplayer('mediaplayer').setup({
'file': '../../../../audio/en/0000066910.m4a',
'height': '24',
'width': '100%',
'primary': 'flash',
'flashplayer': '../../../../jwplayer69/jwplayer.flash.swf' ,
'skin': "../../../../jwplayer69/five.xml"
});


First time the page is launched (with nothing in Temp. internet files) , everything works fine, but then onward vedios/audio stops to load.

Every time, i clears the cache (explictly the jwplayer.swf) , vedios/audios works perfectly fine.

It also works with the IESetting "Check for newer versions of stored pages" as "Every time i visit the webpage".

Or if i update the player url as

"'flashplayer': '../../../../jwplayer69/jwplayer.flash.swf?' + Date.now() ,"

so, it is the considered to be updated on every hit.

Can somebody suggest, why jwplayer is not able to consume cached flasher player swf.

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi!

Can you please give me a link to a page where you have the affected player installed?

This question has received the maximum number of answers.