Have you looked at the reply in this thread? Anyway, here's another thread on same: http://tech.groups.yahoo.com/group/flexcoders/message/75277
If you don't want to subclass, another trick that might help is setting the volume to some random value before setting it to the value you want. (I think if the volume's value isn't changing it will be ignored, but that it has to be set after the video is loaded, so if you keep setting it after loading to what it was set to before (but ignored), it won't change. I'm not sure I understood that sentence, but I hope it helps! :- ) ) --- In [email protected], "Paul DeCoursey" <[EMAIL PROTECTED]> wrote: > > I am having an issue with a VideoDisplay. It seems to ignore any > volume setting I set. I have tried to set it to 0 at many different > places and times in my code and every single time I can still hear the > audio when the video starts. Has anyone else had this issue? Does > anyone have a workaround? > > Thanks, > > Paul >

