Why doesn't my sound object work?

hiya - quick question, have followed the tutorial on gotoandlearn for the flv control and have got stuck at the sound stage - can someone check my code and make sure i didn’t make a mistake? it’s definitley the sound that’s the problem in my code as i’ve tested each element - i have a hit test that should be setting the volume to 0… anyway, here’s the code:


_root.createEmptyMovieClip("vSound");
vSound.attachAudio(ns);

var so:Sound = newSound(vSound); 

thanks!! :slight_smile: