On Mon, Mar 05, 2007 at 11:23:19PM +0100, Udo Giacomozzi wrote: > Hello Rob, > > Monday, March 5, 2007, 11:02:42 PM, you wrote: > RS> Actually you can do this in standard Flash. There are Camera and > RS> Microphone classes that can be used for input. > > Right! Never used them, though. I had a quick look at how it works: > > Webcam = Camera.get(); > myVideo.attachVideo(Webcam); > > So I just need to "simulate" a webcam and everything is fine. :) > > I have no clue how webcams are implemented/accessed under Linux and > how Camera.get() should be implemented in Gnash, though.
I guess Camera.get() would simply return the Camera singleton object, or undefined if there's no Camera suppor on the system. As for linux access I'd bet on video4linux (/dev/video#). --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

