
Embedding Youtube videos are not working on Chrome nad safari but works fine in firefox
Hi I am using Embedding you tube videos in JW player. But I am facing a problem that its work fine on fire fox . But I displays a error "error loading youtube embedding not allowed" on Chrome and Safari.. Please provide me solution for this.
This is my code below:-
<script src="http://jwpsrv.com/library/111111.js"></script>
<script type='text/javascript'>
jwplayer("container-video").setup({
file: "http://www.youtube.com/watch?v=j5-yKhDd64s",
width: 545,
height: 350
});
</script>