What is your target runtime? SWF10? The LZX compiler just passes script through to the Flex compiler, so if you are writing runtime-specific code, you may have to use the runtime debugger to dig more deeply.
This wiki article: http://wiki.openlaszlo.org/Tips_and_Tricks explains how to work more closely with the flex compiler and how to invoke the flex debugger to step through your program. This might help you figure out where the disconnect is. Most of the AV code is contributed code. The original authors are not as active as they once were, so you have an opportunity here to become a contributor yourself! :) On 2010-03-28, at 10:51, Michaela Merz wrote: > > Thank you for the answer. I would never have bothered the list without > going through the source :) The 'silencelevel' and silencetimeout settings > have _no_ effect. I should have mentioned that in my posting. > > It also still leaves the question, that I am able to set the codec > > <microphone [..] > > <method name="_makeDevice"><![CDATA[ > var dev = super._makeDevice(); > [..] > dev.codec = 'Speex'; > [..] > ]]> > </method> > /microphone> > > ... but all other settings (i.e. dev.setGain, dev.setRate) will compile > but not render the Flash. > > I might be overlooking something, so any push is appreciated. > > Michaela > > >
