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

Video doesnt play if i use my own skin


I have created my own skin and using JWPlayer to play a youtube video. But the video doesnt play

<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://player.longtailvideo.com/jwplayer.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js/jquery.js"></script>
</head>
<body>
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
// flashplayer: "http://player.longtailvideo.com/player.swf",
file: "https://www.youtube.com/watch?v=1gniYetOxCo",
skin: "myskin.xml",
height: 270,
width: 480
});
</script>
</body>
</html>


However this example works perfectly for me. Please help
http://stackoverflow.com/questions/10066105/jwplayer-not-working

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Please provide a link.

This question has received the maximum number of answers.