
Adding Vast into my JW embed
Hey,
I'm new in JW player and using the free version.
I have 2 questions.
I've insert a video from my computer and got this code
<script src="http://jwpsrv.com/library/sr+VhqF2EeSPtBJtO5t17w.js"></script>
<div id='playerq6P12BeE'></div>
<script type='text/javascript'>
jwplayer('playerq6P12BeE').setup({
playlist: '//content.jwplatform.com/feed/q6P12BeE.rss',
width: '300',
height: '250',
mute: 'true',
autostart: 'true',
repeat: 'true'
});
</script>
My questions are:
1. Why when copying it to notepad and end it with .html i see the player saying :" Error playing playlist: Error loading file---what am I doing wrong?
2. I'm working with Epom ad server and they gave me vast tag:
http://n85adshostnet.com/vast.xml?key=b345c871a757e15df316e6a96301e940
how would I insert it?