Exteranl Sound

Can you take sound and Get it from a spot on a server…

Or would i have to put it pon a SWF then Externally load it…

So confusing.

you could use the loadSound method to bring in the clip:

mysoundclip.loadSound("/sound/soundclip.mp3"); //load a soundclip called ‘soundclip.mp3’ in a folder called ‘sound’
mysoundclip.start(); // play the clip once