Unfortunately not with my program (ATM)
You have to create a PLAY button and save (F5), then in BSP SkinMaker open the ini file for edit (F9)
Search for your play button name (there should be a [Buttons] section where your buttons are listed)
Once you find it you have to edit its line as in the following example (took from BSplayer v2 Base skin):
Btn1=play:pause,95,106,0,20:21;$lang.Menu.10/$lang.Menu.11
all you have to edit are the bold parts, where play:pause are the names of the buttons bitmaps (in this example play*.bmp and pause*.bmp), 20:21 are the PLAY and PAUSE actions, $lang.Menu.10/$lang.Menu.11 are the comments for those buttons (automatically translated by BSplayer)
You have to leave the other numbers as you find them since they represent the coordinates and style of your button
|