Videophile II wrote:
Maybe the solution is to provide additional navigation for the playslist via a list of links (of the files that make up the playlist) beside the player? That would be easy enough to do I'd have thought. Depends how the page is built I suppose. If using PHP\ASP then this would be quite easy; parse the asx playlist file and extract all the filenames with which to build the list...
If you follow....
Pure
HTML code used for building the "
website" if may call it that.
I'm just a beginner and i'm just doing some self learning in this area.
I have implemented something like you suggested here - a list of all files in the playlist with an active link to their location.
My question was/is :
- Can i display the file info of the current playing file ? (an easy way)
- Is it possible (using Windows Media Player as embedded player and an ASX file as playlist), in stead of browsing the playlist in sequence, to point out/to select the file i want to be play ?
I did quite a lot of
Googling about the subject of embedding but didn't found a solution.
That's why i came to the experts in the area of video manipulation.
EDITED :I have implemented a work around.
As
ASX file type are associated with the
Windows Media PLayer, i have placed a link on my webpage to it.
As a result the WMP opens outside the webbrowser with the playlist open.
Here i can browse/change/ ....
Of course more solutions/other solutions are more then welcome.