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

Start key does not work


Player does not work after using the Start button and the video will not play. All cases were observed. My example would be the following link:
http://8l8.ir/?loc=main&act=post&id=15

5 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

I believe there is an issue with the CSS on the page. I was able to copy your setup code locally and had no issues with the player. Can you please put the player on a standalone page first to test this out?

<script type="text/javascript"> jwplayer.key = "YqTAGS9BfRoGjZSn+H0cMDx/E6fPVeq+Q/yh7A=="; jwplayer("player").setup({ file: "http://8l8.ir/content/vedio_sample/content_15.mp4", height: 360, image: "http://8l8.ir/content/image_sample/content_15.jpg", skin: "glow", width: 640 }); </script>

Best Regards,
Cooper

behzad.nooraei

User  
0 rated :

thanks cooper i test and work ! in this link :

http://8l8.ir/new.php

but how i found issue in main page??? broblem with css or other js file?

Cooper Reid

JW Player Support Agent  
0 rated :

I believe there is some CSS that is conflicting with the player classes. I recommend inspecting the player divs and then removing the necessary CSS. You may need to walk through your CSS and find anything that alters the video tag or object element.
-Cooper

behzad.nooraei

User  
0 rated :

i found error occurs on css span display : block , after remove work nice !

Cooper Reid

JW Player Support Agent  
0 rated :

Excellent!
Cooper

This question has received the maximum number of answers.