Hi,

I started by doing a quick check and then got quite involved in this. 
Turns out there's a fairly simple solution (I think).

There is a bug whereby if you set the volume before the video is 
loaded it doesn't get set properly

I think if you call 
vidDisplay.load();
before setting 
vidDisplay.volume = 0; 
it should work. 

Bizarrely if you just use vidDisplay.play() and set the volume on the 
VideoEvent.READY event it doesn't work though. I've also had problems 
with the vidDisplay object forgetting its volume setting if you 
change the video source and reload (even though the it still reports 
it's volume as 0). It defaults back to 0.75.

Hope that helps
Bill

--- In [email protected], "yiğit boyar" <[EMAIL PROTECTED]> wrote:
>
> hi;
> i'm setting the volume property of a videoDisplay to 0.0 but when 
the video
> is loaded; there comes sound...
> is this property not working
> or
> is there a crack for this (like flex 1.5 useHandCursor crack)
> or
> what am i making wrong ?
> 
> thnks.
>


Reply via email to