0
如何定義中間播放回調函數重新啓動視頻播放?Inno Setup - 如何使用Inno Media Library循環播放視頻
我使用代碼來自這個問題:
Inno Setup - video file with relative path as splash screen
procedure OnMediaPlayerEvent(EventCode, Param1, Param2: Integer);
begin
if EventCode = EC_COMPLETE then
VideoForm.Close; { not close, start again, and again.... }
end;
PD:對不起,我的英語不好。
你嘗試調用'DSPlayMediaFile'? –