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

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: [