Discussion:
Flash Player 10 Crash
(too old to reply)
saurabhgsl
2008-12-02 12:14:23 UTC
Permalink
If camera is being accessed by any application which is currently running then
the flash application which tries to access the camera throws a exception in
Flash Player 10.

We tried putting a try catch around camera.getCamera() method but its not able
to catch that exception. So looks like exception is thrown at some other places.

In earlier version of flash player this never crashed it use to show a black
image if camera is being already used by other application.

Does anybody have any idea how can I handle this?
ATIF FAROOQ
2009-03-30 14:33:40 UTC
Permalink
use flash player 9 it works well. i am also facing this problem . on windows
vista . Camera.getCamera() should give null ouput if the camera is in use. But
it gives reference to the camera . ONly on flash player 10

Loading...