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

Error "There was an error calling back an event handler"


We've paid for Ads version and then created test.html:
bc.. <html>
<head>
<script src="http://jwpsrv.com/library/*Player*.js"></script>
</head>
<body>
<div id='my-video'></div>
<script type='text/javascript'>
jwplayer('my-video').setup({
file: 'http://content.bitsontherun.com/videos/lWMJeVvV-364767.mp4',
image: 'http://www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
width: '640',
height: '360',
primary: 'html5',
advertising: {
client: 'vast',
schedule: {
preroll: {
offset: 'pre',
tag: 'http://asg.vidigital.ru/1/176/c/v/2?i=[random]'
},
postroll: {
offset: 'post',
tag: 'http://asg.vidigital.ru/1/179/c/v/2?i=[random]',
}
}
}
});
</script>
</body>
</html>



When we run it, browser doesn't show advertise to me or show error "There was an error calling back an event handler".
What did we do wrong?

5 Community Answers

Pablo

JW Player Support Agent  
0 rated :

@Alex -

Please post a link to a page which demonstrates the issue.

JW Player

User  
0 rated :

We fixed it.
Thanks.

Ethan Feldman

JW Player Support Agent  
0 rated :

Glad you got it.

JW Player

User  
0 rated :

Is there any way to get access to the stack trace when a callback can't be fired?

'There was an error calling back an event handler' is not helpful whatsoever.

Ethan Feldman

JW Player Support Agent  
0 rated :

You could possibly use the Flash debug player?

This question has received the maximum number of answers.