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 in the sound - WITHOUT a button.
Please help???
Thanks