DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: PMK MP3Player

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2009-11-17T11:00:14.260000000
Author:Peter Klein
Email:pmk@io.dk
Info 3:
Info 4:

EXT: PMK MP3Player

Extension Key: pmkmp3player

Copyright 2007-2009, Peter Klein, <pmk@io.dk> & Walter Sparding, < waldo@familie-sparding.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

EXT: PMK MP3Player 1

Introduction 1

What does it do? 1

Screenshots 2

Users manual 2

Administration 3

Configuration 3

Reference 3

Known problems 4

To-Do list 4

Updates 4

Changelog 4

Introduction

What does it do?

Unlike other TYPO3 MP3 players, this Flash MP3 player presents just one MP3 (not playlists). It is quick and easy to add to a page.

The advanced template of the extension reads the MP3 tag information (title, artist, track, etc) and includes those details in the web page presentation.

Colors for the Flash portion are customizable. The rest of the frontend output is generated by typoscript templating.

This TYPO3 extension uses the free Wordpress Flash player from 1 Pixel Out.

http://www.1pixelout.net/code/audio-player-wordpress-plugin

Screenshots

img-1 Backend plugin...

Simple Template

img-2

img-3

Advanced template...

img-4

Users manual

This plugin allows you to place individual MP3 audio files on the page within a Flash player.

Select plugin: Flash MP3 player

img-5

Select your MP3 file – either from the browse files popup window or by uploading from your local computer.

Check the box marked Autostart if you want the audio to begin playing as soon as the page is loaded.

Check the box marked Loop if you want the audio to begin again from the start as soon as it finishes playing.

If your webpage's background color is not white, you may want to adjust the background color field.

img-1

Administration

From the Extension Manager, import pmkmp3player

img-6

Click on “Click here to install the extension”

Include static template in your template

  • Choose Simple version to present only the flash MP3 player in the frontend
  • Choose Advance version to use the template to render the presentation (including MP3 tag information and a download link)

img-7

Configuration

All configuration of the extension is done from either Typoscript, or from FlexForm when inserting the plugin.

Reference

Reference (TypoScript)

bg

Property

bg

Data type

Description

Configure background color for Flash player

Default

#EFEFEF

lefticon

Property

lefticon

Data type

Description

Configure color of left icon of Flash player

Default

#333333

leftbg

Property

leftbg

Data type

Description

Configure background color of left icon of Flash player

Default

#E1E1E1

righticon

Property

righticon

Data type

Description

Configure color of right icon of Flash player

Default

#666666

righticonhover

Property

righticonhover

Data type

Description

Configure color of right icon of Flash player when mouse is hovering over it

Default

#FFFFFF

rightbg

Property

rightbg

Data type

Description

Configure background color of right icon of Flash player

Default

#C5C5C5

rightbghover

Property

rightbghover

Data type

Description

Configure background color of right icon of Flash player when mouse is hovering over it

Default

#666666

text

Property

text

Data type

Description

Configure color of text in the Flash player

Default

#666666

slider

Property

slider

Data type

Description

Configure color of slider in the Flash player

Default

#ADADAD

loader

Property

loader

Data type

Description

Configure color of track loader in the Flash player (progress already loaded)

Default

#DFDFDF

track

Property

track

Data type

Description

Configure color of track loaderin the Flash player (progress left to load)

Default

#FFFFFF

border

Property

border

Data type

Description

Configure color of track loader border

Default

#666666

[tsref:(cObject).plugin.tx_pmkmp3player_pi1]

Known problems

None known, but if you find any, please post a bugreport at the TYPO3 Forge, on the development page for the extension. http://forge.typo3.org/projects/show/extension-pmkmp3player

To-Do list

Suggestions?Post your suggestion on the TYPO3 Forge, on the development page for the extension. http://forge.typo3.org/projects/show/extension-pmkmp3player

Updates

If you like this extension, please rate it. http://typo3.org/extensio ns/repository/view/pmkmp3player/current/rating/

As ratings are the only way I can see if there's an interest in this extension, updates depends on people rating it. (No ratings = No updates)

For latest version, always check the Forge repository: http://forge.typo3.org/projects/show/extension-pmkmp3player

Changelog

1.0.0 Initial release1.1.0 Fixed problem with javascript not working correctly in Safari.Fixed problem where upload folder wasnt created during installFixed problem with flexform value "minitems" was set to 1, preventing the user from deleting a MP3 once it wasselected.

1.1.1 Fixed problem with the return value from the getID3v11 function was returned as false, and not an empty array.Thanks to Lukas Taferner for sending a fix for this.Added the missing manual. I had it on my USBkey, but never got around to uploading it before now..;)

1.1.2 Fixed problem with part of Flexform options not being passed correctly to the plugin. Thanks to Philipp Müllerforreporting and for sending a fix for this.Cleaned up the manual.

1.2.0 New Feature: Instead of a single song a list of songs can be set in the plugin.

img-8 EXT: PMK MP3Player - 4