moviePlayer.speaker not working

I’m trying to use MoviePlayer1.Speaker = False while I play my movie for a second or two to get the movie duration, but for some reason it still plays the sound. I’m just using it in a method. It works to get the duration, but I don’t want it playing the sound while it gets the duration.

I got it. Using MoviePlayer1.volume = 0 now.