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 a NetStream object playing a video, so this approach won't work. Try initializing the Sound object with a reference to the MovieClip containing the embedded video.

I just tried the following and it worked ok,

var __myVideoContainer:MovieClip = this.attachMovie( "myVideo", "vid", 2 );

var __sound:Sound = new Sound(__myVideoContainer);
__sound.setVolume(0);

The "myVideo" clip contained a video (with sound) that I imported to the timeline. Send me e-mail if you want the .FLA

good luck!

- jim

--
2112 FX :: Singularity
[Business Intelligence][Custom Programming]
Flash Math Blog :: www.2112fx.com/blog


_______________________________________________
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