>>I think you can control all of the sound in a Flash movie like so:

He's asking to do this with the browser, not Flash - he doesn't have control of 
the Flash file.

Jason Merrill
Bank of America 
Learning & Organization Effectiveness - Technology Solutions 
 
 
 
 
 

>>-----Original Message-----
>>From: [EMAIL PROTECTED] [mailto:flashcoders-
>>[EMAIL PROTECTED] On Behalf Of Mike Keesey
>>Sent: Friday, September 22, 2006 3:04 PM
>>To: 'Flashcoders mailing list'
>>Subject: RE: [Flashcoders] Mute Flash Application, mac.
>>
>>I think you can control all of the sound in a Flash movie like so:
>>
>>      var globalSound:Sound = new Sound(_root);
>>      // Mute.
>>      globalSound.setVolume(0);
>>      // Restore.
>>      globalSound.setVolume(100);
>>
>>―
>>Mike Keesey
>>
>>_______________________________________________
>>Flashcoders@chattyfig.figleaf.com
>>To change your subscription options or search the archive:
>>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>Brought to you by Fig Leaf Software
>>Premier Authorized Adobe Consulting and Training
>>http://www.figleaf.com
>>http://training.figleaf.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to