I encountered other problems with the SendMessage call.
For BSP_GetSkin the behaviour is the same as for BSP_GetFileName.
Every time I send a seeking position to BSplayer with the BSP_Seek message, BSplayer seek bar moves to time 00:20:40.
The same behaviour for the BSP_SetVol message, but this time BSplayer goes to 100% Volume level.
No problems with BSP_GETVERSION, BSP_OpenFile (thanks to immortal), BSP_GetMovLen, BSP_GetMovPos, BSP_GetVol, BSP_SetSkin, BSP_LoadSub, BSP_LoadAudio, BSP_LoadPlaylist, BSP_LoadPlaylistInt and with all BSP_(action) actions.
The only Action I can't use is BSP_VolUp. When I send this action (BSP_VolUp=1) BSplayer does nothing.
With BSP_GetStatus I have a strange behaviour:
I get the STOP, PLAY and PAUSE status, but Instead of "No movie open" (value=4) I get value=-1 ....
|