Hi,
Here are the problems I encounter with 1.0 RC2's ActiveX :
1) It doesn't seem possible to create on the fly a control with the activex in a program if the program and the activex are in the same folder. For instance, if Test.exe is a program compiled in VB6 with the code line Set Contrôle = Controls.Add("Videolan.VLCPlugin.2", "Test"), it works fine if Test.exe is in another folder than axvlc.dll but it is neverending looping if Test.exe is in the same folder than axvlc.dll. This didn't occur in previous version (including 0.9.9), it occurs only in 1.0.
2) I don't understant why, but I can't play web streams with ActiveX ... The command vlc.playlist.Add("rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd", Split("", "|")):vlc.playlist.play (Free's streams) works fine but not the command vlc.playlist.Add("http://playlist.yahoo.com/makeplaylist.dll?id=1368570", Split("", "|")):vlc.playlist.play (NASA web stream).
3) The "wallpaper" function doesn't seem to work. The parameters overlay|:directx-wallpaper|, which work fine in previous versions, doesn't work with 1.0 (audio is OK but not video).
4) The video parameters (brightness, contrast, ...) doesn't seem to work with the usual ActiveX's command :video-filter=adjust|:brightness=... (or :vout-filter=adjust|:brightness=...).
All these examples work fine with previous versions of VLC and with VLC (not ActiveX) 1.0.
cinfo