ez projects / mp3_playlist_+_flash_mp3-pl...
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| mp3_playlist_+_flash_mp3-player | Florian Frühstück | planning | 1 | 3.6 - might also work on newer versions |
Description:
-----------------------------------------------------------------------------------
Install the content-class "playlist".
Generate a new "playlist"-node and put mp3 files under it.
In the frontend: full-view of the playlist object will create a
xml-file with all the mp3s ready to play; containing the buttons
"play, pause, stop, fast-forward, fast-back, prev-/next-track", the
title of the current mp3 and time played/remaining.
Includes a version of the very powerful FSMP3-player (
Installation
-----------------------------------------------------------------------------------
-Unzip the file to your extensions folder.
-Import the "playlist" - content-class-package
-Activate the extension in the back-office
-Probably clear-all-caches
-Update .htaccess allow to access the following extensions |swf|mp3|xml a
sample .htaccess is included
Extra Information
-----------------------------------------------------------------------------------
FLA-files of the original and edited mp3 player is included within
the extension. You can modify it to your needs.
BTW: I changed the original player on line 61 from:
data_xml.load(playlist);
to:
data_xml.load(_root.playlistName);
This offers the ability to dynamically load the xml-playlist.
Demo
-----------------------------------------------------------------------------------
A demo can be found on
ToDo
-----------------------------------------------------------------------------------
-Admin Templates for the playlist content object
-Limit the content-objects under playlist to mp3 files