SetVariable error in ActiveX
Posted: 03 Sep 2008 16:12
Since last version of VLC, SetVariable procedure don't work anymore. I use it to change audio track, mute, fullscreen ... etc
Here's the source I use:
Var
x : OleVariant;
begin
x := VLCPlugin.getVariable('key-audio-track');
VLCPlugin.setVariable('key-pressed', x);
end;
Don't known why but this method don't run anymore.
Thanks for any help
Lenif.
Here's the source I use:
Var
x : OleVariant;
begin
x := VLCPlugin.getVariable('key-audio-track');
VLCPlugin.setVariable('key-pressed', x);
end;
Don't known why but this method don't run anymore.
Thanks for any help
Lenif.