\n');
}
function stream_stop() {
document.stream.controls.stop();
}
function stream_play(filename) {
//document.stream.settings.volume = 100;
document.stream.URL = "http://www.unareastreaming.com/st/masfm/listen.asx"; //filename;
document.stream.controls.play();
}
|
|
|
|