How do you check if a variable is defined?

Due to the nature of a looping video clip i am working on… I have a sound object that i want instantiated only once!

var s:Sound = new Sound();

I wanna set up an if statement that determines whether this sound object has been defined yet! Is this possible?

Thanks,
stoney.