If you are using the mx.controls.VideoDisplay you would use: var myVideo:VideoDisplay = new VideoDisplay(); myVideo.source = "some.flv"; myVideo.volume = 50; myVideo.play();
or <mx:VideoDisplay id="myVid" height="158" width="211" source="assets/phone.flv" autoPlay="false" volume="50"/> Renaun --- In [email protected], franto <[EMAIL PROTECTED]> wrote: > > I have problem to set volume on streamed FLV from net... > does someone know how can i do that? > Thank for your help > > Franto > > On 7/21/06, flexnewbie06 <[EMAIL PROTECTED]> wrote: > > > > I did see that example, but got confused because the sound in my swf > > is included in the swf not seperate. > > > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, > > "JesterXL" <jesterxl@> wrote: > > > > > > Bottom of the page there is an example: > > > > > > > > http://livedocs.macromedia.com/flex/2/langref/flash/media/SoundTransfo > > rm.html > > > > > > ----- Original Message ----- > > > From: "flexnewbie06" <flexnewbie06@> > > > To: <[email protected] <flexcoders%40yahoogroups.com>> > > > Sent: Friday, July 21, 2006 9:08 AM > > > Subject: [flexcoders] SWF Volume > > > > > > > > > Can anyone point me the direction on how to control the volume in my > > > swf, loaded with swfloader? Would I use SoundTransform class? > > > Any suggestions are always appreciated! > > > > > > thanks > > > Jenn > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Flexcoders Mailing List > > > FAQ: > > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > > Search Archives: http://www.mail-archive.com/flexcoders%<http://www.mail-archive.com/flexcoders%25> > > 40yahoogroups.com > > > Yahoo! Groups Links > > > > > > > > > > > > > -- > ----------------------------------------------------------------------------------------------------------------------------------------------------------------- > Franto > > http://blog.franto.com > http://www.flashcoders.sk > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

