![]() |
|
Bug Reports And Codecs Report BS.Player bugs here - help us to improve BS.Player even further. |
| LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
![]()
Hi, I'm trying to write another plugin. One that requires the BSP_LoadAudio message. Whatever I try : the audio file won't load. I can load it manually but not from a plugin. So I tried the following : Instead of using an mp3 I took a normal srt file. (I know that's a subtitle file, but it was only a test) My code then looked like this : Code: cds.lpData=(void *) "audiofile.srt"; When I change my code to : Code: cds.lpData=(void *) "audiofile.mp3"; I did my tests with bsplayer122.817 and bsplayer122.812 on Windows XP and Win2000 Am I doing something wrong or can someone confirm this behaviour ? Thanks in advance, Rafke P. |
Tags |
bsploadaudio, sdk |
| |