Stream from a .PLS

hello.
i have a short question…

is there possible to load with flash a .PLS file ?
i’ve created in the past many MP3 players with flash but nothing like this.

the PLS has the internal address to File2=http://64.236.34.4:5190/stream/1006 … but can Flash open that and stream from that address ?

thanks a lot

I had the same need.
after some searching I found this solution:


s = new Sound( this );
s.loadSound( "http://kcea.realfx.net:8000/", true );

I tried it with your url, but that didn’t work for me. Anyway, that’s the way how to get it working…
Regards,
Sept

yes i moved the radio form that host.
anyways if you say so i will try it that way

thanks very much we’ve been searching for this for a long time.
very helpfull. regards