
My Jw player will not load no matter what I do
Hi,
I recently have been trying to work with jwplayer and I am pretty sure I have come across every problem with it. I have fixed pretty much everything, but still can't seem to view the video on my website. I have tried the basic jw player7 video player builder that is in my dashboard and I can preview my video fine, but when I put the code into my site, all I get is a white box where the video should be. I feel like I am missing some form of plugin, but it didn't say anywhere through any installation tutorial that you needed a certain plugin to run the player on your website. I have also tried to do the cloud method in which I have code like this:
<script type="text/javascript">
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: "http://taylorstutorials.com/Videos/Sportsfan1100/test.mp4",
image: "http://example.com/uploads/myPoster.jpg",
width: 640,
height: 360,
title: 'Basic Video Embed',
description: 'A video with a basic title and description!',
mediaid: 'mFgiUGGL'
});
</script>
All this does is simply load the content in the div which is "loading player" but if you can probably guess, it NEVER LOADS. I just don't know what I am doing wrong here. I have tried everything, I even tried to install earlier versions of jwplayer without the dashboard method installing jwplayer.js and player.swf, but that doesn't even work. I don't think it's my browser either since I have tried it in pretty much every browser possible and even if it only worked in one browser, that really wouldn't prove effective for people trying to view my content.
Here is my website for where the video is trying to play which just results in "Loading Player"
http://www.taylorstutorials.com/vidtemplate.html
Here is my website for where the video is trying to play using the embeded iFrame code from my dashboard resulting in a white screen
http://taylorstutorials.com/vidtemplate2.html
I really hope someone can help me with this.
Thank you for your time!
- Taylor