Re: Media Player Controls
Welcome to the Forums.
I assume you are using Windows Media Player?
Re: Media Player Controls
sorry, i should have stated that in the original post
but in answer to your question, yes, i am using windows media player (found under "progect" and then "components" or something similar)
Re: Media Player Controls
Re: Media Player Controls
I have tried the above code, and found to make no difference at all.
Upon fiddling around with Windows Media Player (The actual one in XP/Vista) and creating a playlist and opening that playlist file in my program the "FastFoward" and "Back" button work now.
I went on to open the playlist file in notepad and it turns out to be very simple xml code.
so i think the answer to my question is to create a text file, write the first part of the xml code to it, add my array of URL's and then finish the xml code and that should work
hope that makes sense