Player problem! NEED HELP!

Hey I have this music player on my site at the moment and I noticed that if you don’t have to songs on your computer, then the website makes you download it. Why? And how can I fix it?!

Here’s the .fla file I’m using…

Somone please help me out here…I can’t seem to figure this out…I’m lost. ;(

theres tons of examples of music players made in flash. Just to a search

Well this is my code…It makes the person download the song onto their computer instead of just loading it and playing in the movie itself…

These are the actions for each song…

[AS]s = new Sound();
s.loadSound(“Five Iron Frenzy- American Kryptonite.mp3”, true);
currentTrack=“Five Iron Frenzy - American Kryptonite”;
stopped=false;
paused=false;
stop();[/AS]

Any ideas??

:-\