Re: [Flashcoders] Mute Flash Application, mac.

2006-09-25 Thread Josh Santangelo

There is a bug which you could potentially exploit for this.

http://www.adobe.com/cfusion/webforums/forum/messageview.cfm? 
catid=184threadid=1000550enterthread=y


Note the last post. If MIDI is not set to 44.1, Flash can't output  
any audio.


-josh

On Sep 22, 2006, at 10:27a, aaron smith wrote:

Does anyone know of an application that can mute flash or browsers  
for a

mac?

or maybe a way to do it through the terminal?

thanks.
___
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-25 Thread Jake Prime

Hi Aaron

Detour provides individual sound control for each app running on Mac OS.

http://www.versiontracker.com/dyn/moreinfo/macosx/20128

I'm not a Mac user, so I can't vouch for it. Good luck.

Jake



On 22/09/06, aaron smith [EMAIL PROTECTED] wrote:

Does anyone know of an application that can mute flash or browsers for a
mac?

or maybe a way to do it through the terminal?

thanks.

___
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-25 Thread aaron smith

yeah detour is not in development, and doesn't run on an intel mac..

Hijack is the way to go. it works perfectly


smith



On 9/25/06, Jake Prime [EMAIL PROTECTED] wrote:


Hi Aaron

Detour provides individual sound control for each app running on Mac OS.

http://www.versiontracker.com/dyn/moreinfo/macosx/20128

I'm not a Mac user, so I can't vouch for it. Good luck.

Jake



On 22/09/06, aaron smith [EMAIL PROTECTED] wrote:
 Does anyone know of an application that can mute flash or browsers for a
 mac?

 or maybe a way to do it through the terminal?

 thanks.
___
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-24 Thread aaron smith

sweet, i will give them a try.. i'll let you know.. thanks.

On 9/24/06, Stephen Downs [EMAIL PROTECTED] wrote:


Two utilities that come to mind for audio routing on Mac OS X are
Soundflower ( http://www.cycling74.com/downloads/soundflower ) and
Audio Hijack ( http://www.rogueamoeba.com/audiohijack/ ). It's been a
while since I've played about with either. It appears from the
screenshot of Audio Hijack that it can mute audio.



On 2006-09-22, at 11:48 AM, aaron smith wrote:

 flash sounds get annoying after so long, so i just want to be able
 to shut
 off the browser sounds, without having to disable my entire audio.

 On 9/22/06, aaron smith [EMAIL PROTECTED] wrote:

 no, like how can I mute just the sound that is in the browser. Say
 i want
 music playing but no sounds out of the browser.. keep in mind i'm not
 creating the flash site, so I can't jsut add this in to the site,
 it would
 be for muting the browser sound in general..






 On 9/22/06, John Dowdell [EMAIL PROTECTED] wrote:
 
  aaron smith wrote:
   Does anyone know of an application that can mute flash or
 browsers for
  a
   mac?
 
  I generally push the sound mute button on the keyboard.
 
  Maybe you meant How can my content programmatically control each
  audience member's sound system?, for which I don't have an answer,
  other than not using sound in your SWF, or offering an on-screen
 button
  for volume control, etc.
 
  jd
 
 
 
 
  --
  John Dowdell . Adobe Developer Support . San Francisco CA USA
  Weblog: http://weblogs.macromedia.com/jd
  Aggregator: http://weblogs.macromedia.com/mxna
  Technotes: http://www.macromedia.com/support/
  Spam killed my private email -- public record is best, thanks.
  ___
  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


___
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-24 Thread GregoryN
Hello aaron,

Have you tried:
tell application Your Browser to set volume with output muted
OR
tell application Your Browser to set volume 0

http://nslog.com/archives/2005/06/26/no_applescript_mute.php


Or am I missing something?


-- 
Best regards,
 GregoryN

http://GOusable.com
Flash components development.
Usability services.

___
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-24 Thread aaron smith

havn't tried it.. i'll give it a shot


On 9/24/06, GregoryN [EMAIL PROTECTED] wrote:


Hello aaron,

Have you tried:
tell application Your Browser to set volume with output muted
OR
tell application Your Browser to set volume 0

http://nslog.com/archives/2005/06/26/no_applescript_mute.php


Or am I missing something?


--
Best regards,
GregoryN

http://GOusable.com
Flash components development.
Usability services.

___
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-24 Thread aaron smith

no doesn't work. damn.



On 9/24/06, aaron smith [EMAIL PROTECTED] wrote:


havn't tried it.. i'll give it a shot


On 9/24/06, GregoryN [EMAIL PROTECTED] wrote:

 Hello aaron,

 Have you tried:
 tell application Your Browser to set volume with output muted
 OR
 tell application Your Browser to set volume 0

 http://nslog.com/archives/2005/06/26/no_applescript_mute.php


 Or am I missing something?


 --
 Best regards,
 GregoryN
 
 http://GOusable.com
 Flash components development.
 Usability services.

 ___
 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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-23 Thread Helmut Granda

or ask him to use a PC, there is a tool already developed that works on all
browsers on PC.

http://www.indev.no/?p=projects#flashmute

I havent seen anything about the developer trying to create something for
MAC. srry

On 9/22/06, aaron smith [EMAIL PROTECTED] wrote:


hahahahahahah. i have to forward this to him.. I totally agree man..  i
will
get him some tissues..

smith



On 9/22/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote:

 Tell him to get a freaking iPod and some headphones.  Failing that, buy
 him a box of tissues.
 ___
 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





--
...helmut
helmutgranda.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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-23 Thread Stephen Downs
Two utilities that come to mind for audio routing on Mac OS X are  
Soundflower ( http://www.cycling74.com/downloads/soundflower ) and  
Audio Hijack ( http://www.rogueamoeba.com/audiohijack/ ). It's been a  
while since I've played about with either. It appears from the  
screenshot of Audio Hijack that it can mute audio.




On 2006-09-22, at 11:48 AM, aaron smith wrote:

flash sounds get annoying after so long, so i just want to be able  
to shut

off the browser sounds, without having to disable my entire audio.

On 9/22/06, aaron smith [EMAIL PROTECTED] wrote:


no, like how can I mute just the sound that is in the browser. Say  
i want

music playing but no sounds out of the browser.. keep in mind i'm not
creating the flash site, so I can't jsut add this in to the site,  
it would

be for muting the browser sound in general..






On 9/22/06, John Dowdell [EMAIL PROTECTED] wrote:

 aaron smith wrote:
  Does anyone know of an application that can mute flash or  
browsers for

 a
  mac?

 I generally push the sound mute button on the keyboard.

 Maybe you meant How can my content programmatically control each
 audience member's sound system?, for which I don't have an answer,
 other than not using sound in your SWF, or offering an on-screen  
button

 for volume control, etc.

 jd




 --
 John Dowdell . Adobe Developer Support . San Francisco CA USA
 Weblog: http://weblogs.macromedia.com/jd
 Aggregator: http://weblogs.macromedia.com/mxna
 Technotes: http://www.macromedia.com/support/
 Spam killed my private email -- public record is best, thanks.
 ___
 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



___
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread John Dowdell

aaron smith wrote:

Does anyone know of an application that can mute flash or browsers for a
mac?


I generally push the sound mute button on the keyboard.

Maybe you meant How can my content programmatically control each 
audience member's sound system?, for which I don't have an answer, 
other than not using sound in your SWF, or offering an on-screen button 
for volume control, etc.


jd




--
John Dowdell . Adobe Developer Support . San Francisco CA USA
Weblog: http://weblogs.macromedia.com/jd
Aggregator: http://weblogs.macromedia.com/mxna
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.
___
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread aaron smith

no, like how can I mute just the sound that is in the browser. Say i want
music playing but no sounds out of the browser.. keep in mind i'm not
creating the flash site, so I can't jsut add this in to the site, it would
be for muting the browser sound in general..






On 9/22/06, John Dowdell [EMAIL PROTECTED] wrote:


aaron smith wrote:
 Does anyone know of an application that can mute flash or browsers for a
 mac?

I generally push the sound mute button on the keyboard.

Maybe you meant How can my content programmatically control each
audience member's sound system?, for which I don't have an answer,
other than not using sound in your SWF, or offering an on-screen button
for volume control, etc.

jd




--
John Dowdell . Adobe Developer Support . San Francisco CA USA
Weblog: http://weblogs.macromedia.com/jd
Aggregator: http://weblogs.macromedia.com/mxna
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.
___
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread aaron smith

flash sounds get annoying after so long, so i just want to be able to shut
off the browser sounds, without having to disable my entire audio.

On 9/22/06, aaron smith [EMAIL PROTECTED] wrote:


no, like how can I mute just the sound that is in the browser. Say i want
music playing but no sounds out of the browser.. keep in mind i'm not
creating the flash site, so I can't jsut add this in to the site, it would
be for muting the browser sound in general..






On 9/22/06, John Dowdell [EMAIL PROTECTED] wrote:

 aaron smith wrote:
  Does anyone know of an application that can mute flash or browsers for
 a
  mac?

 I generally push the sound mute button on the keyboard.

 Maybe you meant How can my content programmatically control each
 audience member's sound system?, for which I don't have an answer,
 other than not using sound in your SWF, or offering an on-screen button
 for volume control, etc.

 jd




 --
 John Dowdell . Adobe Developer Support . San Francisco CA USA
 Weblog: http://weblogs.macromedia.com/jd
 Aggregator: http://weblogs.macromedia.com/mxna
 Technotes: http://www.macromedia.com/support/
 Spam killed my private email -- public record is best, thanks.
 ___
 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


RE: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread Merrill, Jason
 keep in mind i'm not
creating the flash site, so I can't jsut add this in to the site, it
would
be for muting the browser sound in general..

This moves out of the realm of Flash questions then. If you had control
of the Flash file, you can just set volume of the sound to 0.  You might
want to try another list, but I am not aware of any way to control the
sound level of the Browser from a web page/script the browser surfs to.


Jason Merrill
Bank of America 
Learning  Organization Effectiveness - Technology Solutions 
 
 
 
 
___
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread aaron smith

yeah well I figured someone must have already wanted to do this.



On 9/22/06, Merrill, Jason [EMAIL PROTECTED] wrote:


 keep in mind i'm not
creating the flash site, so I can't jsut add this in to the site, it
would
be for muting the browser sound in general..

This moves out of the realm of Flash questions then. If you had control
of the Flash file, you can just set volume of the sound to 0.  You might
want to try another list, but I am not aware of any way to control the
sound level of the Browser from a web page/script the browser surfs to.


Jason Merrill
Bank of America
Learning  Organization Effectiveness - Technology Solutions




___
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


RE: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread Mike Keesey
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread Helmut Granda

if you are running FF this mmight be your answer:

http://johnbokma.com/firefox/find-in-page-sound.html



On 9/22/06, Merrill, Jason [EMAIL PROTECTED] wrote:


 keep in mind i'm not
creating the flash site, so I can't jsut add this in to the site, it
would
be for muting the browser sound in general..

This moves out of the realm of Flash questions then. If you had control
of the Flash file, you can just set volume of the sound to 0.  You might
want to try another list, but I am not aware of any way to control the
sound level of the Browser from a web page/script the browser surfs to.


Jason Merrill
Bank of America
Learning  Organization Effectiveness - Technology Solutions




___
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





--
...helmut
helmutgranda.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


RE: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread Merrill, Jason
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread aaron smith

that was close, although this is just control for the find sounds. like
when you type something in the find menu, if i t can't find it you can shut
the little sound off that it plays...

On 9/22/06, Helmut Granda [EMAIL PROTECTED] wrote:


if you are running FF this mmight be your answer:

http://johnbokma.com/firefox/find-in-page-sound.html



On 9/22/06, Merrill, Jason [EMAIL PROTECTED] wrote:

  keep in mind i'm not
 creating the flash site, so I can't jsut add this in to the site, it
 would
 be for muting the browser sound in general..

 This moves out of the realm of Flash questions then. If you had control
 of the Flash file, you can just set volume of the sound to 0.  You might
 want to try another list, but I am not aware of any way to control the
 sound level of the Browser from a web page/script the browser surfs to.


 Jason Merrill
 Bank of America
 Learning  Organization Effectiveness - Technology Solutions




 ___
 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




--
...helmut
helmutgranda.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


___
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread Helmut Granda

Aaron is asking how to turn sounds off from pages he is browsing, no
necessary SWF files he is working with.

On 9/22/06, Mike Keesey [EMAIL PROTECTED] wrote:


Well, can he load it into a holder SWF and set the global volume on
that?

―
Mike Keesey

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:flashcoders-
 [EMAIL PROTECTED] On Behalf Of Merrill, Jason
 Sent: Friday, September 22, 2006 12:11 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:

 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

___
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





--
...helmut
helmutgranda.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

Re: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread aaron smith

exactly. i haven't been able to find anything.. i'm looking into writing
some applescripts for it.

On 9/22/06, Helmut Granda [EMAIL PROTECTED] wrote:


Aaron is asking how to turn sounds off from pages he is browsing, no
necessary SWF files he is working with.

On 9/22/06, Mike Keesey [EMAIL PROTECTED] wrote:

 Well, can he load it into a holder SWF and set the global volume on
 that?

 ―
 Mike Keesey

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:flashcoders-
  [EMAIL PROTECTED] On Behalf Of Merrill, Jason
  Sent: Friday, September 22, 2006 12:11 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:
 
  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

 ___
 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




--
...helmut
helmutgranda.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


___
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

Re: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread eric dolecki

I am not aware of anything being able to hook into the FlashPlayer and
affect its functionality like that. It would need to be a browser plugin of
some sort.

You tired of that mosquito ad too? Hehe. I just mute audio with a keypress,
and then when i'm done there, unmute. Not that hard.

- e.

On 9/22/06, aaron smith [EMAIL PROTECTED] wrote:


exactly. i haven't been able to find anything.. i'm looking into writing
some applescripts for it.

On 9/22/06, Helmut Granda [EMAIL PROTECTED] wrote:

 Aaron is asking how to turn sounds off from pages he is browsing, no
 necessary SWF files he is working with.

 On 9/22/06, Mike Keesey [EMAIL PROTECTED] wrote:
 
  Well, can he load it into a holder SWF and set the global volume on
  that?
 
  ―
  Mike Keesey
 
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:flashcoders-
   [EMAIL PROTECTED] On Behalf Of Merrill, Jason
   Sent: Friday, September 22, 2006 12:11 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:
  
   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
 
  ___
  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
 



 --
 ...helmut
 helmutgranda.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



___
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

Re: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread aaron smith

nah. it's actually for one of our QA people here, he QA's all of our flash
projects, and one in particular has been going on forever so he get's
annoyed with the sounds, but still wants to listen to music..


i found out that applescripts can't do the job either.. I bet i could write
a firefox extension, but that would only cover firefox..

a



On 9/22/06, eric dolecki [EMAIL PROTECTED] wrote:


I am not aware of anything being able to hook into the FlashPlayer and
affect its functionality like that. It would need to be a browser plugin
of
some sort.

You tired of that mosquito ad too? Hehe. I just mute audio with a
keypress,
and then when i'm done there, unmute. Not that hard.

- e.

On 9/22/06, aaron smith [EMAIL PROTECTED] wrote:

 exactly. i haven't been able to find anything.. i'm looking into writing
 some applescripts for it.

 On 9/22/06, Helmut Granda [EMAIL PROTECTED] wrote:
 
  Aaron is asking how to turn sounds off from pages he is browsing, no
  necessary SWF files he is working with.
 
  On 9/22/06, Mike Keesey [EMAIL PROTECTED] wrote:
  
   Well, can he load it into a holder SWF and set the global volume on
   that?
  
   ―
   Mike Keesey
  
-Original Message-
From: [EMAIL PROTECTED] [mailto:
flashcoders-
[EMAIL PROTECTED] On Behalf Of Merrill, Jason
Sent: Friday, September 22, 2006 12:11 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:
   
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
  
   ___
   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
  
 
 
 
  --
  ...helmut
  helmutgranda.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
 
 

 ___
 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


___
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

RE: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread Steven Sacks | BLITZ
Tell him to get a freaking iPod and some headphones.  Failing that, buy
him a box of tissues.
___
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


Re: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread aaron smith

hahahahahahah. i have to forward this to him.. I totally agree man..  i will
get him some tissues..

smith



On 9/22/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote:


Tell him to get a freaking iPod and some headphones.  Failing that, buy
him a box of tissues.
___
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