[ class tree: plugins ] [ index: plugins ] [ all elements ]

Procedural File: flv_playlist.php

Source Location: /plugins/flv_playlist.php

Page Details

flvplayer playlist - A plugin to show the content of an media album with .flv/.mp4/.mp3 movie/audio files only as a playlist or as separate players with flv player (some options are also shared with that plugin) NOTE: The flv player plugin needs to be installed.

The playlist is meant to replace the 'next_image()' loop on a theme's album.php. It can be used with a special 'album theme' that can be assigned to media albums with with .flv/.mp4/.mp3s movie/audio files only. See the examples below You can either show a 'one player window' playlist or show all items as separate players paginated (set in the settings for thumbs per page) on one page (like on a audio or podcast blog).

If there is no preview image for a mp3 file existing only the player control bar is shown.

The two modes: a) 'playlist' option Replace the entire 'next_image()' loop on album.php with this: <?php flvPlaylist("playlist"); ?>

b) 'players' option Modify the 'next_image()' loop on album.php like this: <?php while (next_image(false,$firstPageImages)): printImageTitle(); flvPlaylist("players"); endwhile; ?> Of course you can add further functions to b) like title, description, date etc., too.

Author:  Malte Müller (acrylian), Stephen Billard (sbillard)
Version:  1.0.4.3
Classes
Class Description
flvplaylist Plugin option handling class
Functions
flvPlaylist  [line 74]
Parameters:
   $option: 


void flvPlaylist( [ $option = '']  )

[ Top ]


Documentation generated on Tue, 30 Sep 2008 20:23:20 +0200 by phpDocumentor 1.4.1