Search found 1 match

Go to advanced search

by DaLord
23 Oct 2006 03:24
Forum: Web and scripting
Topic: ActiveX playlistClear/addTarget inconsistency
Replies: 3
Views: 3178

Re: ActiveX playlistClear/addTarget inconsistency

I've had the same problem... but using this

Code: Select all

const VLCPlayListInsertAndGo = $0009; ... VLCPlugin.PlaylistClear; VLCPlugin.AddTarget(URL, null, VLCPlayListInsertAndGo, 0);
it does what it is supposed to!

Cheers!

Go to advanced search