Alright, i've now looked that page through, and it doesn't say anything about my problem..! Whenever it uses the embed src=-thing, it sets it to a sound file, not a variable like i want it to...
MY PROBLEM:
I have a folder with some music files in it, put so that there's a master folder (Music), which contains folders with artists (Kraftwerk, Boys Noize, MGMT), which again contains the music which the artist has made (Apples.mp3, Song.mp3, MonkeyBoat.mp3) , now, if i put the .html file in the master folder, and could get the variable SOUND, which could be for an example: 'MGMT/Kids.mp3', i should be able to play it using < embed src=SOUND > which SHOULD (it isn't) be like < embed src='MGMT/Kids.mp3' > . NOW, i want it to work

So that i CAN use the embed src with a variable (SOUND) instead of the path itself ('MGMT/Kids.mp3')...??
Sooo, i have:
SOUND, the string containing the path 'MGMT/Kids.mp3'
A way of playing it (using the embed function)
What i don't have:
A way of playing SOUND, instead of playing the path directly.
I would be so fund of an answer! ;P -BTW, i know it's kind of a mess..