Hi Kevin,
Thanks for the quick response!
I'll have a look at your proposal.
Since I'm porting my application from windows to linux I already use the
WMP way of working in windows.
My javascript transparantly passes parameters in a pair "name/value" to
the WMP like below:
str += '<OBJECT ID="Player" width="100%" height="100%"'
str += '
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">'
str += ' <PARAM name="balance" Value = "-100">'
str += ' <PARAM name="volume" Value = "'+AudioVolume+'">'
Is this an idea?
Cheers,
Snarf0
On Thursday, April 19, 2012 7:50:33 AM UTC+2, Snarf0 wrote:
> Hi All,
> Using the gecko-mediaplayer plugin (0.9.9.2) on Ubuntu 10.10, I'm
> trying to pan audio via javascript. Is there any way to do that ?
> Using the command line, for hearing only one channel, works fine:
> "mplayer <movie-file> –af pan=2:0:1:0:0"
> Best Regards,
> Snarf0