Oops, it's already reported in Adobe Bugs:
http://bugs.adobe.com/jira/browse/SDK-13318

Well, this means I'll have to write custom "select microphone" :-)


On 8/8/08, Gregory N <[EMAIL PROTECTED]> wrote:
>
> Actually, as far as I understand,  if the system has two mics, a built-in
> one and one in the camera, getMicrophone() should return the (default) mic
> which is set in the security panel.
> BUT no matter what setting is in the security panel it always returns the
> first microphone (default) as if I'd called Microphone.getMicrophone(0).
> So far the only solution I can think of is to select LAST mic in the
> Microphone.names array...
> Of course, I can make even a custom drop-down to select microphone... but
> shouldn't security panel do this?
>
>
>
> On 8/8/08, Gregory N <[EMAIL PROTECTED]> wrote:
>>
>> Hi all,
>>
>> I have an app where a stream (video+sound) is recorded on user machine and
>> send to FMS.
>> Previously this ap was written in AS1 for Flash Player 6, And my is AS3
>> for Flash Player 9.
>> Everything works ok,,, until they want to use DV camera instead of webcam
>> :-).
>>
>> So:
>> If they use webcam, they can stream both video and sound
>> If they use DV camera (connected to Mac), there is no sound.
>>
>> I tried to trace microphone properties on screen, and it shows that
>> *default* "Built In Microphone" is used instead of camera.
>> Even if they select it in settings panel. They select it... but again
>> default one is traced.
>>
>> The worst thing is that old app works w/o any problem here, selecting DV
>> camera's microphone fine.
>> And I'm not a Mac user.
>> What am I missing?
>>
>>
>> Code is simple:
>> // AS1
>> mic = Microphone.get();
>>
>> //AS3
>> mic = Microphone.getMicrophone();
>>
>>
>> Any help is appreciated.
>>
>>
>> --
>> --
>> Best regards,
>> GregoryN
>> ================================
>> http://GOusable.com
>> Flash components development.
>> Usability services.
>
>
>
>
> --
> --
> Best regards,
> GregoryN
> ================================
> http://GOusable.com
> Flash components development.
> Usability services.
>



-- 
-- 
Best regards,
GregoryN
================================
http://GOusable.com
Flash components development.
Usability services.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to