Downloadlink & CSS (Mini-MP3-Player)
Available in ![]()
Player & Downloadlink
Audioplayer with Download Link
Download mp3!optional parameters: art, dll (see Overview optional parameters).
XHTML
{mmp3}audioplayer.swf|any.mp3&art=5&dll=1|Mathilda{/mmp3}
From language file (mmp3/lang/‹lang›.mmp3.php) is used:
- Link: _MMP_LINK_AUDIO_DL_LINK 'Download mp3!'
- Prefix Titletag: _MMP_LINK_AUDIO_DL_TTAG_PREFIX 'Downloadlink: '
Audioplayer with download link and link name
optional parameters: art, dll, filetitle (see Overview optional parameters).
XHTML
{mmp3}audioplayer.swf|any.mp3&art=5&dll=1&filetitle=Sound from Mathilda|Mathilda{/mmp3}
From language file (mmp3/lang/‹lang›.mmp3.php) is used:
Prefix Title tag: _MMP_LINK_AUDIO_DL_TTAG_PREFIX 'Downloadlink: '
Symbol 1 with download link, link name, display file information
optional parameters: dll, filetitle, fileinfo=1 (see Overview optional parameters).
XHTML
{mmp3}btn1.swf|any.mp3&art=5&dll=1&filetitle=Sound from Mathilda&fileinfo=1|Mathilda{/mmp3}
From language file (mmp3/lang/‹lang›.mmp3.php) is used:
Prefix Title tag: _MMP_LINK_AUDIO_DL_TTAG_PREFIX 'Downloadlink: '
If the download does not exist:
_MMP_LINK_AUDIO_DL_NOTEXIST
Symbol 1 with download link, link name, display file information, download other file
optional parameters: dll, filetitle, fileinfo=1, file (see Overview optional parameters).
XHTML
{mmp3}btn1.swf|any.mp3&art=5&dll=1&filetitle=Sound from Mathilda&fileinfo=1&file=/demo/ding.wav|Mathilda{/mmp3}
From language file (mmp3/lang/‹lang›.mmp3.php) is used:
Prefix Title tag: _MMP_LINK_AUDIO_DL_TTAG_PREFIX 'Downloadlink: '
If the download does not exist: _MMP_LINK_AUDIO_DL_NOTEXIST.
The download file and the audio file have to be present in the same directory.
CSS
The CSS classes you can use for individual design and presentation the player on your website.
For use the CSS classes, you must add the classes in the Joomla, Mambo or Elxis Template.
Default CSS classes
- Span Player: mmpaudio
- Span Download Link and File Info: mmpdownload
- Link: audiodll
Symbol 1 with download link, link name, CSS
optional parameters: dll, filetitle (see Overview optional parameters).
XHTML
{mmp3}btn1.swf|any.mp3&art=5&dll=1&filetitle=Sound from Mathilda|Mathilda{/mmp3}
CSSspan.mmpaudio {
padding: 1em 1em .6em 1em;
border: 1px solid #ccc;
}
Symbol 1 with download link, link name, CSS, Icon
optional parameters: dll, filetitle (see Overview optional parameters).
XHTML{mmp3}btn1.swf|any.mp3&art=5&dll=1&filetitle=Sound from Mathilda|Mathilda{/mmp3}
Source Browser
<span class="mmpdownload">
<a class="audiodll" title="Downloadlink: Sound from Mathilda" href="/demo/any.mp3">Sound from Mathilda</a>
</span>
CSSa.audiodll {
padding: 2px 0 0 20px;
background: url(../images/download.gif) 0 0 no-repeat;}
}
Symbol 1 with download link, link name, additional CSS class
optional parameters: dll, filetitle, class (see Overview optional parameters).
XHTML
{mmp3}btn1.swf|any.mp3&art=5&dll=1&filetitle=Sound from Mathilda&class=demoaudio1|Mathilda{/mmp3}
CSSspan.mmpaudio.demoaudio1 {
padding: 1em;
border: 1px solid #cdc3b7;
background:#f5f0e5;
}
span.mmpaudio.demoaudio1 span{
vertical-align:-20%;
}
span.mmpaudio.demoaudio1 a{
color:#000;
font-size:1.5em;
}

