Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / General Flash Topics / July 2008



Tip: Looking for answers? Try searching our database.

Flash video - mute at start?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rossiter - 11 Jul 2008 13:31 GMT
I'm using the file ClearOverMute as video controls for my .flv

How can I amend ClearOverPlayMute.fla (Action Script 2) so that the initial
state is Mute, and the user presses the audio button to hear sound?

I'm not a scripter, so clear instructions would be much appreciated.

Many thanks, Linda
Travis Newbury - 11 Jul 2008 16:05 GMT
> I'm using the file ClearOverMuteas video controls for my .flv

MyPlayer.volume=0;

Where MyPlayer is what ever you called your FLVPlayback instance.
Rossiter - 16 Jul 2008 00:12 GMT
Could someone suggest where else I might find an answer to this?Thanks, Linda
urami_ - 24 Jul 2008 08:52 GMT
> 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;

Signature

Best Regards

Urami

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

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

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.