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

Not load the vast xml


Good afternoon. I have a test site running locally. I tried to add an advertisement to be displayed before the video. But I can not load the corresponding VAST XML. I am using a paid version of your product belonging to the company where I work.

2 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

Please provide a sample of your code so we can inspect potential culprits, Your could may resemble the following setup:

<html> <head>

<script src="http://p.jwpcdn.com/6/12/jwplayer.js"></script>

</head> <body> <center> <div id="myVideo">Loading Your Player…</div>

<script> jwplayer.key="YOUR KEY"; jwplayer("myVideo").setup({ file:'bunny.mp4', height: '281', width: '500', image: 'bunny.jpg', advertising:{ client: 'vast', tag: 'http://www.adotube.com/php/services/player/OMLService.php?avpid=oRYYzvQ&platform_version=vast20&ad_type=linear&groupbypass=1&HTTP_REFERER=http://www.longtailvideo.com&video_identifier=longtailvideo.com,test' } }); </script>

</center> </body> </html>

javierbauzarisso

User  
0 rated :

Hello. I could already solve the problem. I was using an old key. :(
Thank you for responding so quickly. Goodbye.

This question has received the maximum number of answers.