
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
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
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
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?
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
i found error occurs on css span display : block , after remove work nice !
Excellent!
Cooper