0 Members and 1 Guest are viewing this topic.
May be, you have same issue with expression as was described here:https://www-aimp-ru.translate.goog/forum/index.php?topic=41437.msg428497&_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=ru&_x_tr_pto=wapp#msg428497
Can you share the skin project? I will check your scripts by myself
As I see you dont bind your button with the acPlayerSeekForward command, so what why it not executed
FindObject('acPlayerSeekForward').Execute();
Is it your skin, right?If you want to "fast forward" action, you need to execute it provider. I have added following line in your FF script:Code: [Select] FindObject('acPlayerSeekForward').Execute();