Help with VBA code for Power Point 2003 VLC plugin in
Posted: 04 Nov 2009 17:05
Does anyone know how to write VBA code for the VLC Plugin, in Power Point 2003?
I am trying to find a way to play back a video file titled "3.mov" which is located on the root of my c drive.
I would like to play this back with --no-video-title-show option enabled, to by pass the VLC Plugin v1/v2 default option: "display title/ path" function. I have found out how to get the "view code" VBA editing option in Power Point but don't know how to get it to work. Macro ? Below is my attempt to write a code to perform this function:
Private Sub VLCPlugin1_play()
vlc.Play "c:\3.mov", --no - video - Title - Show, -666
vlc.Play
End Sub
Does anybody know how to get this to work? Or have any suggestions? Any help would be greatly appreciated.
Gino NYC
I am trying to find a way to play back a video file titled "3.mov" which is located on the root of my c drive.
I would like to play this back with --no-video-title-show option enabled, to by pass the VLC Plugin v1/v2 default option: "display title/ path" function. I have found out how to get the "view code" VBA editing option in Power Point but don't know how to get it to work. Macro ? Below is my attempt to write a code to perform this function:
Private Sub VLCPlugin1_play()
vlc.Play "c:\3.mov", --no - video - Title - Show, -666
vlc.Play
End Sub
Does anybody know how to get this to work? Or have any suggestions? Any help would be greatly appreciated.
Gino NYC