Live Audio Stream in Flash MX

Hello, we are trying to make our audio stream load each time the page loads…
Here is our stream…
http://www.warpradio.com/stream.asp?id=13769

But when someone leaves our homepage and goes to our contact page… then comes back to home…

We dont want it to load again…

I thought I would be able to do this with flash…

Any suggestions…

Thanks
k

[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]

will that action script work with a stream url instead of the name of a mp3 file.

well that link you posted is a link to an asf file which doesnt open. what is the file type you are tryng to stream?

humm… there are thousands of people using it now…
when i click on it it opens windows media player…
and starts playing…

not me, opens winamp and doesnt do anything :frowning:

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
}

code didnt work for me, didnt think it would. why not convert the asf to mp3, you wont lose any quality, and i know that will work

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…

thanks for your time

bah, no problem man, sry i couldnt help ya