Hello everybody:

About 10 days ago, I was asking about how to set the microphone properties
within OL. I never received a single answer. My question is attached
below.

It seems, the OL developers are not following this list. I don't complain
about inconsistencies between documentation and source. Sure, there is not
enough documentation - I can live with that. I think OL has great
potential - if there would be at least some communication with the
developers and coder folks.

So - please: If possible: Would somebody please forward my question to
whoever designed the OL / Flash microphone interface?

Thank You.

Michaela
------------------------------ SNIP --------------------------------

My questions are:

How am I able to setGain(), setRate() and setSilenceLevel() on the mic?

Using

<microphone [..] >
<method name="_makeDevice"><![CDATA[
var dev = super._makeDevice();
[..]
dev.setGain(1);
dev.setRate(11);
dev.setSilenceLevel(0);
]]>
</method>
</microphone>

will compile, but won't render the flash. Is there any other way that
would allow me to access Flash's microphone 'module' in order to be able
to set the required properties?

I am using lps-4.7.1 with Fedora12

Thanks.

Michaela


Reply via email to