Im creating a webcam recorder that allows the user to record their video and then review it before submitting it…
Everything works fine except that Im trying to use 1 video instance to display the webcam and then afterwards, display the recorded flv.
If I use the following:
myVideo.attachVideo(null);
myVideo.attachVideo(ns);
Where ns is a NetStream object… the camera is still displayed… WTF?
I was using that NetStream object to record the video as well, but it played it back fine when I was using a second Video instance…
Any ideas?