[Edit]
I found some added functionality for BS.Player 1.0.800+:
the LoadPlayList commands.
Though this also works, I still have an issue:
What do I need to do to directly play the loaded playlist?
If I have the following subsequent actions, the file that was playing before loading still is loaded (these actions are all sent to BS.Player FROM my app)
- LoadPlayList ( 'anyfile.bsl' );
- ExecuteCommand( BCMD.Play ); //yes I use a map/enum
The playlist is loaded, yet executing a command Stop, then Play also has the same problem:
the old file is STILL loaded and the Play command thus leads to that file being played :(
Anyone?
Thanks
|