Topic: Flash MP3 Player FR+UK 1.0.3
##
##
## Mod title : Flash MP3 Player
##
## Mod version : 1.0.3
## Works on PunBB : tested on the 1.2.12 version (the support is only assured for this version (and greater) of PunBB)
## Release date : 2006-09-13
##
## Author : Nicolas D. a.k.a. nicolas2k10 (nicolas2k10 at gmail.com)
##
## Description : This mod add the BBCode mp3 tag.
## This tag makes possible the insertion of a flash mp3 player in the posts.
## The MP3 files provided in parameter can be local or distant (http).
## Integration in PunToolBar 1.3 (thanks very much to "LePoivronFarceur") !
##
## Usage : One file : [mp3 url="path/file.mp3"]
## Many files : [mp3 url="path/file num 1.mp3|path/file num 2.mp3"]
##
## Affected files : include/parser.php
## post.php
##
## Affects DB : No
##
## Notes : This mod is based on a contribution of "Ju"
## (http://punbb.org/forums/viewtopic.php?id=7398) and use
## the DewPlayer (http://www.alsacreations.fr/?dewplayer).
## The flash code which is produced is valid Xhtml 1.0 Strict.
##
##
## DISCLAIMER : Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
Diff between 1.0.2 and 1.0.3
You could now put whitespaces in filenames [without replace by %20] (and also beset with " or ' the filename (optional)).