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

JW player not loading at all


I am new to jwplayer and i am testing the embedding but unfortunately player is not loading.

Here is the link

:https://www.filterbypass.me/test2.php

2 Community Answers

MisterNeutron

Best Answer 

You need to have all three files together: jwplayer.js, jwplayer.html5.js, and jwplayer.flash.swf. You need to load only jwplayer.js explicitly, as you are currently doing, but the other two files need to be available when the main script calls them.

Get rid of the "type" attribute. You don't need it, since the file name ends with "mp4." And even when you DO need the type atttibute (when the file name is ambiguous), it's "mp4," not "video/mp4."

(Don't bother loading jQuery - JW Player doesn't use it.)

View in conversation

MisterNeutron

Best Answer  User  
0 rated :

You need to have all three files together: jwplayer.js, jwplayer.html5.js, and jwplayer.flash.swf. You need to load only jwplayer.js explicitly, as you are currently doing, but the other two files need to be available when the main script calls them.

Get rid of the "type" attribute. You don't need it, since the file name ends with "mp4." And even when you DO need the type atttibute (when the file name is ambiguous), it's "mp4," not "video/mp4."

(Don't bother loading jQuery - JW Player doesn't use it.)

Randy

JW Player Support Agent  
0 rated :

Hello,

Thank you for contacting the JW Player support team. MisterNeutron has provide great detail around this.

Kindly,

Randy Le’Moine, Web Support Engineer, JW Player
www.jwplayer.com

This question has received the maximum number of answers.