setVolume = 0

Can Someone please tell me why I still hear my loop when I use this code?

loop=new Sound(loop_mc);
loop.attachSound(“loop1”);
loop.start(0,999)
loopVolume=0
loop.setVolume(loopVolume)

My sound volume is set to 0 right?

yes =)

Any thoughts on why I still hear it then?:smirk: