RE: [Flashcoders] Possible to mute all swf's on a page with Javascript?

2007-12-14 Thread Pete Hotchkiss
If you have multiple swf's playing sound - and you want to toggle them
all/on off then look at the LocalConnection - you can pass events
between SWF's easily

http://www.adobe.com/support/flash/action_scripts/local_connection_objec
ts/

Hope this helps

Pete 


 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Berkay
Unal
Sent: 14 December 2007 10:48
To: [FlashCoders]
Subject: [Flashcoders] Possible to mute all swf's on a page with
Javascript?

 Hi Coders,

Is it possible to shot the sounds of all the swf's on the page with a
javascript or with a flash param?

Thanks
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Possible to mute all swf's on a page with Javascript?

2007-12-14 Thread Bob Wohl
Local connection does work but to communicate to flash with JS you will need
to look into ExternalInterface methods. You would need to access the swf
though to addCallBacks.

hth
B.

On Dec 14, 2007 4:08 AM, Pete Hotchkiss [EMAIL PROTECTED]
wrote:

 If you have multiple swf's playing sound - and you want to toggle them
 all/on off then look at the LocalConnection - you can pass events
 between SWF's easily

 http://www.adobe.com/support/flash/action_scripts/local_connection_objec
 ts/

 Hope this helps

 Pete




 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Berkay
 Unal
 Sent: 14 December 2007 10:48
 To: [FlashCoders]
 Subject: [Flashcoders] Possible to mute all swf's on a page with
 Javascript?

  Hi Coders,

 Is it possible to shot the sounds of all the swf's on the page with a
 javascript or with a flash param?

 Thanks
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 __
 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email
 __

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders