Page 1 of 1

SetVariable error in ActiveX

Posted: 03 Sep 2008 16:12
by Lenif
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.

Re: SetVariable error in ActiveX

Posted: 05 Sep 2008 08:04
by sandwiches
what error are you actually getting? "dont work" probably won't help anyone.


PS as you can see from my other thread im even doubting that set/getvariable procedures work at all... had so much trouble and nobody on the forum has actually solved it according to search. :( if you find a solution let me know.