1
MySQL database / Re: PHP& MySQL Video Playlist (JW Player)
« on: March 13, 2012, 11:56:41 PM »I am attempting to create a playlist on the fly based on the example shown in the documentation: (http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/16026/loading-a-playlist-into-the-player)
jwplayer("presentation").setup({
flashplayer: "/javascripts/jwplayer/player.swf",
height: 270,
Code: [Select]
....
The error I receive is:TypeError: Result of expression 's' [undefined] is not an object.which seems to be caused by var playlist = jwplayer().getPlaylist();
