| View previous topic :: View next topic |
| Author |
Message |
virwtkn
Joined: 29 Sep 2007 Posts: 3
|
Posted: Sat Sep 29, 2007 1:01 am Post subject: Skipping to next or previous song in playlist. |
|
|
I'm building a thick client player using the ActiveX control and the SDK. I've seen functions for playing, pausing, and stopping the playback but no functions for skipping to the next/previous song in a playlist or skipping to a specific song. I see that the functionality is built into the control, however I would perfer to use my own controls to manage the playback if possible (so they match the style of the rest of the application).
Are the functions used to skip to different files in the playlist available? If not please add that to your list of suggestions for the next version.
Thanks |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 04 Aug 2006 Posts: 488
|
Posted: Mon Oct 01, 2007 3:24 pm Post subject: |
|
|
There is a method of the ActiveX for getting whole playlist content - so you can build your own GUI for displaying the playlist and then you have full control for such things as "skip to next" etc.
Admin |
|
| Back to top |
|
 |
virwtkn
Joined: 29 Sep 2007 Posts: 3
|
Posted: Mon Oct 01, 2007 4:12 pm Post subject: |
|
|
I've seen and successfully used the get_PlayListContent function, but looking in the ActiveX.html I don't see any functions for skipping songs. Besides play, pause and stop the only thing I've can find is Seek which just changes position in the media currently playing.
Can you provide me the names of the functions I need or direct me to where I can find the information in the SDK documentation?
Thanks |
|
| Back to top |
|
 |
virwtkn
Joined: 29 Sep 2007 Posts: 3
|
Posted: Mon Oct 01, 2007 4:18 pm Post subject: |
|
|
| Dawned on me after I hit submit. What you meant was I could take full control over playing the playlist by manually requesting the next song when the current one was finished, instead of requesting the server play the full playlist. Right? |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 04 Aug 2006 Posts: 488
|
Posted: Mon Oct 01, 2007 8:11 pm Post subject: |
|
|
Yes.
You call PlayPlaylist only once, actually to get it's content.
You display its content in your own GUI.
Then you only play individual items according to your GUI - you can do your "Next", "Previous" etc buttons.
Admin |
|
| Back to top |
|
 |
|