mp3 streaming code

I need to make my music stream. Can Any1 help me?

heres the code in each frame

s = new Sound();
s.loadSound(“music/music.mp3”, true);
currentTrack=“music”;
stopped=false;
paused=false;
stop();