Regarding Loading Playlist(.wpl) to Player

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top