ActiveX Control in Java - SWT
Posted: 18 Jul 2005 13:57
Hi Folks,
I have some problems using VLC as ActiveX controls in Java ..
(everything works ok within IE!! - same machine).
I think I do something wrong when adding a target ..,
I googled a while, but I cannot found any solution, which TYPEs to use
What I do now is the following ..
afterwards VLC does shows, but doesn't play the target !!!
Is it easier to use the 'src' parameter instead of 'addTarget' !?!?
I hope S.O. could help me out ..
Greets,
Bernie
I have some problems using VLC as ActiveX controls in Java ..
(everything works ok within IE!! - same machine).
I think I do something wrong when adding a target ..,
I googled a while, but I cannot found any solution, which TYPEs to use
What I do now is the following ..
Code: Select all
Variant opt = new Variant(":input-repeat");
Variant[] vars = new Variant[]{new Variant(uri), opt, new Variant(4+8), new Variant(-666) };
automation.invoke(OCX_ID_ADD_TARGET, vars);
Is it easier to use the 'src' parameter instead of 'addTarget' !?!?
I hope S.O. could help me out ..
Greets,
Bernie