Hello,
I'm using the ActiveX plugin of 0.8.6d.
I'm configuring a video (player.playlist.add) with the following flags:
:vout-filter=deinterlace :deinterlace-mode=blend :udp-caching=1000 :no-plugins-cache :no-drop-late-frames
Then, after starting the video I'm trying to set it to full screen:
player.video.fullscreen = true;
Although now the fullscreen property is indeed set to true, the display does not changed.
I've seen in an old post that there is some bug in the activex regarding this and it was suggested to use the set_variable command to change the video to full screen, but this command is not supported in the new plugin.
Any other suggestions?
Thanks,
Adi