
JW Player 6 Ads HTML5 not working
Hello all,
I have JW Player 6.5 running perfectly using flash (ie primary: 'flash'), however when flash is disabled and HTML5 takes over the ads stop playing. The main video plays fine, the pre-inline & overlay both don't work with HTML5.
Below is the full code used for a test inline video (using openX).
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="jwplayer.js"></script>
<script type="text/javascript">jwplayer.key="XXXXXXXXXXXX";</script>
</head>
<body>
<div id="container">Loading video player...</div>
<script type='text/javascript'>
jwplayer("container").setup({
width: 640,
height: 360,
file: "video001.mp4",
advertising: {
client: 'vast',
schedule: {
inline: {
offset: 'pre',
tag: 'http://openx.openvideoads.org/openx/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&zones=pre-roll0-0%3D5&nz=1&source=&r=R0.023106331005692482&block=1&format=vast&charset=UTF-8'
},
}
},
});
</script>
</body>
</html>
I have hidden the jwplayer.key.
The VAST video format is .mp4, not .flv.
Everything I read on the site says that jw player 6 ads supports HTML5 with VAST
Am I missing something?
Thanks.