Re: [Flashcoders] Control volume of netstream video

2006-08-22 Thread Helen Triolo
I controlled the sound with a movieclip (soundholder) by using 
attachAudio like this:


   soundholder.attachAudio(ns);
   audio = new Sound(soundholder);
   audio.setVolume(0);

(ns = netstream object)

Helen

Patrick Matte wrote:


Hi there, the only way I could control the volume of a netstream video was
by adding _root as the target for my Sound object.

But I'd prefer to add a MovieClip as a target to the Sound object. Is it
possible to do that ?

 



___
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] Control volume of netstream video

2006-08-22 Thread Patrick Matte
Excellent !


Le 22/08/06 11:44, « Helen Triolo » [EMAIL PROTECTED] a écrit :

 I controlled the sound with a movieclip (soundholder) by using
 attachAudio like this:
 
 soundholder.attachAudio(ns);
 audio = new Sound(soundholder);
 audio.setVolume(0);
 
 (ns = netstream object)
 
 Helen
 
 Patrick Matte wrote:
 
 Hi there, the only way I could control the volume of a netstream video was
 by adding _root as the target for my Sound object.
 
 But I'd prefer to add a MovieClip as a target to the Sound object. Is it
 possible to do that ?
 
  
 
 
 ___
 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