Page 1 of 1

load activex playlist from a file

Posted: 27 Dec 2008 17:52
by galtman
Hi
how can i load the playlist (XSPF) from a afile into my activex (VLCPlugin1 or VLCPlugin2)

thanks

Re: load activex playlist from a file

Posted: 28 Dec 2008 11:01
by Chuen
Hi
how can i load the playlist (XSPF) from a afile into my activex (VLCPlugin1 or VLCPlugin2)
You use the Wrong forum.

To achieve what you want use

Code: Select all

vlc2.playlist.add("Your XSPF file", null, null);

Re: load activex playlist from a file

Posted: 29 Dec 2008 19:09
by galtman
Works! thanks