
uncaught exception: Error in Actionscript. Use a try/catch block to find error in getPlaylist after load
Hello,
trying to play around with rss playlists. the code below:
var a2 = jwplayer().getPlaylist();
jwplayer().load(a2);
gets the playlist and loads it back.
as soon as load is executed, any new calls to getPlaylist will always generate 'uncaught exception: Error in Actionscript. Use a try/catch block to find error ' upon calling getPlaylist