Hi,
I'm having problems suppressing sounds of .mpgs in the director movie that
I?ve created. This code allows me to toggle back and forth with a ?sound
on/off? button just fine for .wav files. But, not for the .mpgs.

on mouseUp me
set the soundLevel to not (the soundLevel)
end

Is there something else I need to do with the .mpgs?