I found an issue with this setup.
I asked if the file can exist from OUTSIDE the Joomla installation or Joomla ROOT. You said yes.
I asked if it can exist from an ALTERNATE server. You said yes.
But this isnt working.
Im looking at the article "Demacia Rising" which exists in the DEMO version.
The mp3 path you use in the demo is
images/joomlart/audio/item-3.mp3
youll notice it does not start with "http://www.website.com/" instead its directly calling from the IMAGES folder.
I edited this file into: http://grooveclip.com/mp3s/ThePlaylist/xxxxxx.mp3 for example.
THe file doesnt stream / play when i click it in the article so i looked at the webpage source code.
It has taken "http://grooveclip.com/" and it added a PREFIX
When you look at the page source it says "/symf/http://grooveclip.com/"
the folder /symf/ is the folder i have installed this version of joomla into.
Why is it calling a subfolder when i am hard linking?