问题
I have problem, JW player doesn't load a video. Maybe unsupported format (AVI) or I am using wrong URL.
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file: "/filmy/Oko_bere.avi",
image: "logo.png",
width: 640,
height: 360
});
</script>
Thank you.
回答1:
AVI is definitely not supported. Here is a list of all supported formats - http://support.jwplayer.com/customer/portal/articles/1403635-media-format-support
来源:https://stackoverflow.com/questions/25713161/jwplayer-doesnt-load-a-video