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

JWplayer 6 works but not 7?


missing something simple but cannot work it out?
this works
<html lang="en">
<!DOCTYPE html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" src="/jwplayer6/jwplayer.js"></script>
<script type="text/javascript">jwplayer.key="NFmyHE+2F6oJDKd8xvCivc8KZwc/i8Yw3WZIQw==";</script>
</head>

<body bgcolor="#FFFFFF">

<div id="myElement">Loading the player...</div>

<script type="text/javascript">
jwplayer("myElement").setup({
file: "/Gravoview/CG30/CG30.mp4",
image: "/Gravoview/CG30/cg30.jpg"
});
</script>
</body>

This doesnt?
<html lang="en">
<!DOCTYPE html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" src="/jwplayer6/jwplayer.js"></script>
<script type="text/javascript">jwplayer.key="NFmyHE+2F6oJDKd8xvCivc8KZwc/i8Yw3WZIQw==";</script>
</head>

<body bgcolor="#FFFFFF">

<div id="myElement">Loading the player...</div>

<script type="text/javascript">
jwplayer("myElement").setup({
file: "/Gravoview/CG30/CG30.mp4",
image: "/Gravoview/CG30/cg30.jpg"
});
</script>

</body>
</html>

2 Community Answers

tbrownbill

User  
0 rated :

OK... new release has fixed the issue thanks for wasting many hours of my time...

Randy

JW Player Support Agent  
0 rated :

Hello,

Sorry to hear that it took some time to resolve the issue.

Randy

This question has received the maximum number of answers.