Pause & Fade In Streaming Mp3 using AS

Hello,

I am loading a streaming Mp3 using the following code…
[COLOR=RoyalBlue]
s = new Sound( this );
s.loadSound( “http://kexp-mp3-128k.cac.washington.edu:8000/”, true );[/COLOR]

I would like to pause the volume for 5 seconds and then fade the sound in WITHOUT a button.

Please help???

Thanks