Question
Is this possible?
I am creating an app that records the users voice to a file
on the server by attacing to the microphone and publishing it. Very
simple and it works.
Here is the part that I cannot get to work. I also have a sound streaming in from the server in a NetStream object. I want to include this to the file I am publishing back (effectivley overlaying the users microphone input on top of the incomming stream). I have tried attaching to both the microphone and the incoming stream but am only recording the microphone input. I also tried using the media components for the incoming stream and attaching to those as well as attaching to sound objects but to no avail! Can it be that I have no way to publish two audio inputs simultanously to one file? Is it even possible to publish incoming streams or only input from camera and microphones?

Here is the part that I cannot get to work. I also have a sound streaming in from the server in a NetStream object. I want to include this to the file I am publishing back (effectivley overlaying the users microphone input on top of the incomming stream). I have tried attaching to both the microphone and the incoming stream but am only recording the microphone input. I also tried using the media components for the incoming stream and attaching to those as well as attaching to sound objects but to no avail! Can it be that I have no way to publish two audio inputs simultanously to one file? Is it even possible to publish incoming streams or only input from camera and microphones?
