Hi,

I don't know about AS2, but AS3 you can use

var snd1:Sound = new Sound();
var channel1:SoundChannel = new SoundChannel();

var snd2:Sound = new Sound();
var channel2:SoundChannel = new SoundChannel();