
JWPlayer not working in FireFox/Android
Hi,
Suddenly, my JWPlayer is not working in Firefox and Android devices any more. It used to work earlier in both.
Following is the example page: http://www.playsominaltv.com/demo/
Code used it below:
<div id="myElement">Loading the player ...</div>
<script type="text/javascript">
var playerInstance = jwplayer("myElement"); playerInstance.setup({
file: "http://playcineflix.com:81/videos/DEMOBajirao.mp4",
width: "100%", skin: "stormtrooper",
autostart: true,
}); // ]]></script>
Please help me solve the issue,
Thanks