si sentono tutti e due insieme però ho apportato una piccola modifica
ho tolto il true.... questo parametro lo metto solo nel loadSound

Codice PHP:
my_sound_1 = new Sound();
my_sound_1.attachSound("touch");
my_sound_2 = new Sound();
my_sound_2.attachSound("jeff");

my_sound_1.start(099);
my_sound_2.start(099); 
con flash mx vers 7.2 - AS 2.0
naturalmente bisogna aggiungere altre cose come
- il setVolume
- la barra di scorrimento
- la barra del volume
- una casella dinamica che ti indica il livello del volume
ecc...

bye bye