View Single Post
  #4 (permalink)  
Old 07-24-2008, 09:02 AM
urami_
 
Posts: n/a
Diggs:
Default Re: Flash video - mute at start?

Rossiter wrote:
> Could someone suggest where else I might find an answer to this?Thanks, Linda


Bit tricky but workable.

Assuming your FLV Playback component has instance name "FLV_Playback" (replace it with your
instance name), this action on timeline frame will do what you after:


FLV_Playback.volume = 0;
FLV_Playback._uiMgr._isMuted = true;



--
Best Regards

Urami


--
"Never play Leap-Frog with a Unicorn."


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>
Reply With Quote