I need to turn on deinterlace in the plugin running under firefox on Windows XP.
I can do things like skip , play and pause, but the call to set deinterlace doesn't work - syntax or something must be wrong.
Anyone know what I am doing wrong please?
Here is script in browser
<embed type="application/x-vlc-plugin"
name="video83606"
autoplay="no"
loop="yes"
width="448"
height="320"
target="Q:\mradmin\a1,136,503,186.786.mpg">
</embed><br>
<a href="javascript:;" onclick="document.video83606.play()">Play</a>
<a href="javascript:;" onclick="document.video83606.pause()">Pause</a>
<a href="javascript:;" onclick="document.video83606.stop()">Stop</a>
<a href="javascript:;" onclick="document.video83606.fullscreen()">Fullscreen</a>
<a href="javascript:;" onclick="document.video83606.set_str_variable('deinterlace-mode','bob')">De-interlace</a>
<a href="javascript:;" onclick="document.video83606.seek(30,1)">skip 30</a>