RSS Playlists
standalone demo
This demo continues from the RSS playlist demo which loads the playlist entries from this external RSS playlist file. This demo shows how to use this with the playlist plugin.
Configuration
The playlist plugin is simply plugged into the standard RSS configuration.
$f("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.11.swf", {
// common clip properties are valid for the RSS playlist entries
clip: {
baseUrl: 'http://stream.flowplayer.org'
},
// playlist is configured from a RSS playlist file
playlist: '/demos/standalone/configuration/playlist.rss',
// show playlist buttons
plugins: {
controls: {
url: "flowplayer.controls-tube-3.2.11.swf",
playlist: true
}
}
}).playlist(".entries", {loop: true});