Re: [Flashcoders] CameraDetection Update

2010-06-16 Thread Ktu
btw. I removed all magic values. Also, Thanks Juan for suggesting my class. Ktu On Wed, Jun 16, 2010 at 10:06 AM, Ktu wrote: > Its unfortunate there was a long break from when you ran across these > problems. I wonder if the default amount of time to check each camera is not > long enough. > >

Re: [Flashcoders] CameraDetection Update

2010-06-16 Thread Ktu
Its unfortunate there was a long break from when you ran across these problems. I wonder if the default amount of time to check each camera is not long enough. A stupid thing about camera objects is that when you first try to use it, the activity property spikes to 100 for a short period of time,

Re: [Flashcoders] CameraDetection Update

2010-06-16 Thread Juan Pablo Califano
Hi Ktu, I told you when you shared your code in this list I'd give you some feedback. I ended up using it a couple of months after that and totally forgot about telling you how it went, so sorry about that. But yes, it worked out great for Macs, which was the problem I was trying to solve. As I

[Flashcoders] CameraDetection Update

2010-06-15 Thread Ktu
Hey List, Thanks to Ben and Juan I have made an update to my CameraDetection class. ChangeLog: force settings dialog to open every time unless camera access is already allowed implement timer for checking permissions, sometimes the settings dialog does not dispatch some logic updates cleaner code