Sound Bar problem

hey,

i used the Soundbar tutorial and i followed all the steps
Though, I have uploaded through ftp to my server but the bar wont display:

this is to start playing the music:
on (release) {
loadMovie(“http://www.angelfire.com/ut2/sgroove/sound1.swf”, this);
}

this is to stop the music:
(“http://www.angelfire.com/ut2/sgroove/sound0.swf”, this);
}

As you can see both .swfs just go back and forth.

But when I tried in my browser through the server it didnt display properly whilst even in flash it said:

Error opening URL “http://www.angelfire.com/ut2/sgroove/sound.swf

neone willing to help me?

is the swf. file that has the sound in it, located in that directory?
(www.angelfire.com/ut2/sgroove/) * sorry, have to ask.

when referring to “this”, are you loading the “sound1.swf” into the root timeline of the “main movie” or another movieclip?