Re: [Flashcoders] Release camera driver...

2008-07-23 Thread Steven Sacks
And when I mean you cannot get rid of a connection to either one, what I mean is if you load a swf that opens a connection to Camera or Microphone, YOU CAN NEVER UNLOAD IT, even with stopAndUnload(). ___ Flashcoders mailing list Flashcoders@chattyfig.

Re: [Flashcoders] Release camera driver...

2008-07-23 Thread Steven Sacks
Now why would Adobe do that? Why would they want to play nice with others? Give you, the developer, an option to release the camera or microphone? That just makes too much sense, like being able to unload swfs in AS3. And be aware that while Adobe might have this stopAndUnload() method coming

[Flashcoders] Release camera driver...

2008-07-23 Thread Gorka Guridi
Hi all, When you use Camera.get() and other app is using the webcam, flash is not able to access it. In the same way, when flash is using a webcam and other app try to access it, it's impossible for it to do that. There is a way in flash to release this camera access in order to allow other apps