You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

xml playlist Created Jan 29, 2009

This thread is solved

Views: 7656     Replies: 8     Last reply Aug 6, 2011  
You must login first before you can use this feature

russellharrower

Posts: 8

Registered:
Jan 29, 2009

xml playlist

Posted: Jan 29, 2009

Hi I have just moved from using JW-FLV-PLAYER to flowplayer yet, you guys dont seem to have a simple xml playlist tool? If it is possible can someone show how.

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» xml playlist

Posted: Jan 29, 2009

Reply to: xml playlist, from russellharrower
Unfortunately there is no XML playlist support yet. It's on our TODO- list but not with a very high priority.

russellharrower

Posts: 8

Registered:
Jan 29, 2009

» » xml playlist

Posted: Jan 29, 2009

Reply to: » xml playlist, from tipiirai
then how do i do playlist the demos are to hard as i have no idea what to do, i store all the videos in mysql so is there away to php it?

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» » » xml playlist

Posted: Jan 29, 2009

Reply to: » » xml playlist, from russellharrower
You should familiarize yourself with JSON syntax. This is the way flowplayer is configured. After you master it you realize that it is actually much more flexible and non-bloated as XML is. Unfortunately I cannot find any proper beginners tutorial from the web. If you find one please post it here.

Thanks.

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» » xml playlist

Posted: Feb 6, 2009

Reply to: » xml playlist, from tipiirai
just to let you know that XML playlists just got a little greater priority on our TODO- list because some CDN providers such as Akamai are using them for making connections to the streaming servers.

kree8iv73

Posts: 1

Registered:
Jan 19, 2010

Tero, any news on the XML Playlist for Flowplayer?

Posted: Jan 19, 2010

Reply to: » » xml playlist, from tipiirai
I'm about to purchase a commercial version, and switch over from FlvPlayerPro which I use on one my sites (with over 100,000 visitors/day - so I need to trust this and would like to be able to switch over seamlessly).

I'd rather not disclose the site in the forum, but I will send the url to you privately. I'm having an issue with FlvPlayer where autoplay after the first video is not working on Windows Firefox and some IE. I need the whole list to autoplay consecutively and I am wondering if Flowplayer can be customized with a scrollable playlist that plays all the way through.

I don't have time to troubleshoot with the amount of traffic I have, so I need a quick fix and prefer the flowplayer nonetheless. Can you help with a solution?

Kwinn

Posts: 4

Registered:
Aug 29, 2010

Is the RSS playlist much like an xml playlist?

Posted: Aug 29, 2010

Reply to: » » xml playlist, from tipiirai
Hello,
I was also looking to get help with xml playlists, but having heard there is not yet xml... would not the RSS playlist example / demo be a good place to start, or even a substitute?

pmdstudio
Dont sleep in your office because you've got free internet.

Posts: 2

Registered:
Jan 28, 2009

xml playlist = JSON playlist

Posted: Jan 29, 2009

Reply to: xml playlist, from russellharrower
As Tero said use JSON syntax.
Here's a basic information about JSON syntax:http://en.wikipedia.org/wiki/JSON

Hope this can help.