Quote:
Originally Posted by punchao
as I can do to play the trailer?
and how to able web site button?
Incredible job,it's beautiful
|
sorry mate i forgot to enable it
1.
open script goto
[Files]
//Source: Trailer\Video.mp4; DestDir: {tmp}; Flags: dontcopy
delete "//"
Source: Trailer\Video.mp4; DestDir: {tmp}; Flags: dontcopy
2 goto in InitializeWizard
//ExtractTemporaryFile(ExpandConstant('video.mp4'));
//mciSendString('open "'+ ExpandConstant('{tmp}\Video.mp4') +'" alias MPEGVideo parent '+ IntToStr(VideoForm.Handle) +' style child','',0,0)
//mciSendString('put MPEGVideo window at '+ IntToStr(11) +' '+ IntToStr(10) +' '+ IntToStr(ScaleX(629)) +' '+ IntToStr(ScaleY(439)),'',0,0)
delete again "//"
now add mp4 video file in trailer folder rename it "video"