[AS]
x = new sound();
if(playing!=true){ // if sound not playing
x = loadSound(“yourmp3”,true); // loadsound
x.start();
playing=true; //defing sound as playng
}
[/AS]
must only work with win med player or something…
i wonder if i do this if it will work…
i will test it out…
x = new sound();
if(playing!=true){ // if sound not playing
x = loadSound(“http://www.warpradio.com/stream.asp?id=13769”,true); // loadsound
x.start();
playing=true; //defing sound as playng
}
all the streaming is donw by warpradio.com
so i dont have any control over that…
maybe i will have to use flash to just pop up a window with win med palyer embeded or something…