Music

For my Music click HERE.

Or use the main menu on top of this page.

This is test link only, load music in the music folder and add text and link in music article.
test : empty  song to see the player on the page

 

Note, remove later:

NSTALL & ENABLE JosDewPlayer

First and above all, you have to download the josdewplayer, and install it thru your Admin Menu "Extensions" > "install/uninstall" > and "upload file & install" the josdewplayer.

Secondly go again to your Admin Menu "Extensions" > "Plugin Manager" > and put the JosDewPlayer => Enabled

Done!

CREATE FOLDER TO PUT YOUR MUSIC

Go to your folder on your Pc, where you have your website, and create a folder, following the example:
....\*your.website.name.folder*\mp3 => and put there your mp3 files

PLAY MUSIC ON THE SITE


..... know you can create an article or a Custom Content Module, and write the following on the article:


AUTOPLAY & AUTOREPLAY


Go to your joomla website folder on your Pc:
....\*your.website.name.folder*\plugins\content
and open the File "josdewplayer.php" (open as => use Notpad or Wordpad)
change the following:

Code:
$autoplay = $pluginParams->get('autoplay', 1);
$autoreplay = $pluginParams->get('autoreplay', 1);

then on same folder open file "josdewplayer.xml" (open as => use Notpad or Wordpad)
change the following:

Code:
<param name="autoplay" type="list" default="1" label="Autoplay" description="Autoplay">
<param name="autoreplay" type="list" default="1" label="Autoreplay" description="Autoreplay">

...instead of 0 => change it to 1

Cheers to ALL