Search found 2 matches

Go to advanced search

by xXhighpowerXx
11 Apr 2010 21:53
Forum: Web and scripting
Topic: Disable Filename from displaying on Activex control in VBA
Replies: 4
Views: 1634

Re: Disable Filename from displaying on Activex control in V

or you can do this way more easy

axVLCPlugin21.playlist.items.clear();
axVLCPlugin21.playlist.add(URL, null , ":no-video-title-show");
axVLCPlugin21.playlist.playItem(0);

Go to advanced search