Thanks !... 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Patrick
Matte
Sent: 05 September 2006 22:02
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Changing the Volume of a loaded FLV

You need to attachAudio on your target.

nc = new NetConnection();
nc.connect(null);
ns = new NetStream(nc);
video.attachVideo(ns);
this.attachAudio(ns);
mySound = new Sound(this);



Le 05/09/06 16:47, « kariminal » <[EMAIL PROTECTED]> a écrit :

> I am having some issues adjusting the volume of a external FLV. The 
> sound object only seems to me effective when I don't specify a target.
> 
> Ideally, I would like to adjust adjust the level of the FLV, instead 
> of global sound levels:
> 
> video_snd = new Sound( )
> 
> Anyone got any ideas for this one?
> 
> 
> 
> - karim
> 
> _______________________________________________
> 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

Reply via email to