Page 1 of 1

VLC as ACTIVEX

Posted: Sat Apr 24, 2010 7:05 am
by chrisjx2002
Hello,

I try to use VLC player as an Activex control in HMG. I found a progid which is VideoLAN.VLCPlugin.2

But when I use the program I got an error message :

Error WINOLE/1008 No exported variable: MOVIE (DOS Error - 2147352570)

Form_1.test.object:movie := "f:\AVI\toto.avi"

Another strange thing : if I put a comment or a blank line between height 400 and progid I got an error message at the compilation

@ 500,400 activex test width 450 height 400 ;
// -------
progid 'VideoLAN.VLCPlugin.2'

I am using hmg 3.0.28

Thanks for any help

Regards

Chris