Volume not working

am having some troubles with my sound effects .

Namely some of them are much to loud and to calm them down I’d like to use volume control in the actionscript.

— I have

oing = new Sound();
oing.attachSound(“oing01”);
oing.setVolume(0);

– and then to play the sound on a button i have

on (rollOver) {
oing.start();
}


The sound works fine but the volume doesnt change.

Any suggestions.
(Yes they are on the same timeline :c)

~~ Seretha :love: