
Youtube embed list not working
Hi,
Using the latest Jwplayer, embedding a youtube list using the below code works fine on Chrome, but on Firefox and Safari, I get "Error loading playlist: No playable sources found."
The example given at http://www.longtailvideo.com/support/jw-player/31802/youtube-rss-feed has the same problem: works on Chrome, but not FF or Safari.
My code is:
bc.. jwplayer("jwplayer").setup({
width: 950,
height: 370,
primary: "flash",
playlist: "http://gdata.youtube.com/feeds/api/playlists/MY_YOUTUBE_LIST?alt=rss",
primary: "flash",
autostart: true,
stretching: "fill",
listbar: {
position: "right",
size: 334
}
});
Any help much appreciated.
Thanks!