I had a quick look at the paths for the player in source code on your site. This is what it looks like:
/joomla/joomla/media/mp3/hi/Youth.mp3
There was a minor issue in the plugin that i first uploaded. I only noticed that later and re-upload a new one a few hours ago. Please re-download it, sorry.
If that fails then try this:
in the default path (parameter settings) type: media/mp3/
Create a folder on your site as media, then inside media create a folder called mp3. Just like you have it and put all your mp3 files in there. Now this folder /media/mp3/ is your default root folder where the player will look for mp3 files. So in your tag you only need to add:
{audio}youth.mp3{/audio}
If you create any sub folder in your root audio folder, like folder /media/mp3/hi/
then you will need to add the folder hi in your tag if the Youth.mp3 file is in there, for example:
{audio}hi/Youth.mp3{/audio}
Remember that the plugin is searching for anything in or after the default path. If you leave your default path empty, you'll need to specify the complete path to the mp3 file you want to play. For example,
{audio}media/mp3/hi/hi/Youth.mp3{/audio}
Notice: you do not need to add a forward slash in front of your folder path.
Hope that is clear instructions. thanks,
Reply
About Duvien
Duvien is a Freelance Web Designer/Developer based in Scotland. He specialises in developing websites with Drupal & Magento. This is his blog, portfolio & digital playground. Find out more
I had a quick look at the paths for the player in source code on your site. This is what it looks like:
/joomla/joomla/media/mp3/hi/Youth.mp3
There was a minor issue in the plugin that i first uploaded. I only noticed that later and re-upload a new one a few hours ago. Please re-download it, sorry.
If that fails then try this:
in the default path (parameter settings) type: media/mp3/
Create a folder on your site as media, then inside media create a folder called mp3. Just like you have it and put all your mp3 files in there. Now this folder /media/mp3/ is your default root folder where the player will look for mp3 files. So in your tag you only need to add:
{audio}youth.mp3{/audio}
If you create any sub folder in your root audio folder, like folder /media/mp3/hi/
then you will need to add the folder hi in your tag if the Youth.mp3 file is in there, for example:
{audio}hi/Youth.mp3{/audio}
Remember that the plugin is searching for anything in or after the default path. If you leave your default path empty, you'll need to specify the complete path to the mp3 file you want to play. For example,
{audio}media/mp3/hi/hi/Youth.mp3{/audio}
Notice: you do not need to add a forward slash in front of your folder path.
Hope that is clear instructions. thanks,