Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - paddysmith

Pages: [1]
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();

2
Beginners - Learning PHP / Re: MySql Data to html webpage
« on: March 07, 2012, 02:24:07 AM »
Thanks a lot for sharing.....

Pages: [1]