I'm fiddling around with Tomcat 6 on which I enable SSL / HTTPS using a self signed certificate. Things are working smooth using Firefox yet Internet Explorer doesn't want to load the JW Player. Right mouse click on the Flash object shows the message:
Movie not loaded...
There seems to be a big fuzz about all that as per these references:
http://kb2.adobe.com/cps/000/fdc7b5c.html
http://blog.phy5ics.com/2007/08/14/flas ... -solution/
http://www.blog.lessrain.com/flash-nast ... -explorer/
http://faindu.wordpress.com/2008/04/18/ ... eam-error/
I tried adding the following after the include.jsp:
<meta http-equiv="Cache-Control" content="cache, must-revalidate">
<meta http-equiv="Pragma" content="public">
It does show up nicely in the source (<head>of playlist) of the page yet IE still refuses to launch the JW Player. I'm really curious to know what setup set I could have missed here.