Quote:
Originally Posted by ???`S?LV?R???`
nope not in my fourm directory, in a diff folder, and heres a lil screen of what im seeing.
|
The screenshot is saying that the code can't find your file, i.e. it thinks that what you are entering in the URL box does not point to your mp3.
You either have to give a full URL pointing to that directory, or you have to give an absolute filename starting with a / and going down from your root directory. The code is trying to look for a file, starting from your root directory
i.e. if you have put the mp3 in a directory called music/files, then you should give as url
http://yoursite/music/files/mp3file.mp3 or /music/files/mp3file.mp3
Are you sure you've entered all these correctly?