View Single Post
  #2 (permalink)  
Old 12th November 2008
rogier rogier is offline
Junior Member
BS.Player Newbie
 
Join Date: Nov 2008
Posts: 2
Rep Power: 0
rogier is an unknown quantity at this point
Default

[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
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20