[Flashcoders] Set volume of flash video?

2006-02-13 Thread Mendelsohn, Michael
Hi list... Is there a property to get/set the volume of a flash video on the stage? Thanks, - Michael M. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Set volume of flash video?

2006-02-13 Thread Michael Bedar
You can attach a new sound object, and control the volume through that.. On Feb 13, 2006, at 1:58 PM, Mendelsohn, Michael wrote: Hi list... Is there a property to get/set the volume of a flash video on the stage? Thanks, - Michael M. ___

Re: [Flashcoders] Set volume of flash video?

2006-02-13 Thread Jim Armstrong
Mendelsohn, Michael wrote: Hi list... Is there a property to get/set the volume of a flash video on the stage? Here's a small snippet of code from a recent project -- create a Sound object to control the sound level in the video. __audioControl = __timeline.createEmptyMovieClip( audio,

RE: [Flashcoders] Set volume of flash video?

2006-02-13 Thread Mendelsohn, Michael
Thanks for the feedback Jim...however, my video is embedded, and it looks like netstream only works with an external video. Any idea how this can be done with an embedded video? Here's the code I've tried: vid.gotoAndStop(2); // vid is the MC containing the embedded Flash video // create audio

Re: [Flashcoders] Set volume of flash video?

2006-02-13 Thread Jim Armstrong
Mendelsohn, Michael wrote: Thanks for the feedback Jim...however, my video is embedded, and it looks like netstream only works with an external video. Any idea how this can be done with an embedded video? If memory serves, the argument to attachAudio() must be either a Microphone object or