View Single Post
  #1 (permalink)  
Old 3rd March 2009
DragonFighter's Avatar
DragonFighter DragonFighter is offline
Senior Member
BS.Player Power User
 
Join Date: Apr 2004
Location: Hellas
Age: 40
Posts: 195
Rep Power: 0
DragonFighter is an unknown quantity at this point
Default Bug: run.Execute with BSplayer > 2.34

The new BSplayer 2.35.986 doesn't load correctly video files using the execute command.
BSplayer 2.34.980 and past versions of the program had support for playing a video using this command.

I use the following code in Delphi:

run.FileName:= PlayerPath;
run.Parameters := '"' + MovieOrIni + '" ' + BSparam;
run.Execute;

*PlayerPath: The path which is located the BSplayer.exe file
*MovieOrIni: The full path of the video or ini file
*BSparam could be: '-fs' or '-pan' etc

This code works fine with all versions of BSplayer except for the latest 2.35 which plays only the last "history" file. What went wrong?

PS: My program used to call the "ShellExecute" function but BSplayer had stopped supporting that function..
__________________
HWmaker
Please read BSPeter's Help2Help topic

Last edited by DragonFighter; 3rd March 2009 at 04:32 PM.
Reply With Quote
 

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