Does fullscreen work with activex plugin for everybody?
I have tried with several installation from different mirror sites in different machines. All functions work except fullscreen.
Any hint or suggestion for me how to fix it?
Thanks.
Code: Select all
procedure TForm1.BtnFullScreenClick(Sender: TObject);
var
tempo : OleVariant;
begin
//VLCPlugIn1.fullscreen //Doesn't work
tempo := VLCPlugIn1.getVariable('key-fullscreen');
VLCPlugIn1.setVariable('key-pressed',tempo);
end;
Users browsing this forum: No registered users and 2 guests