Regarding Loading Playlist(.wpl) to Player

  • Thread starter Thread starter manoj
  • Start date Start date
M

manoj

hi,
I am developing a Player like windows media player.
I added some components from WMP.

I want to load a playlist directly when .wpl file is
loaded , can some one tell me how to do it.

for example
to add a song ::
Playlist.appendItem(Player.newmedia(url)));

so what i want is similarly , when a .wpl file url is
got i need something like Playlist.loadPlaylistFrom
(playlist.wpl).

But i could not find any function for it.

So if u know how to load Playlist directly, I would be
helpful to you.
 
Back
Top