Thread: Game Installer
View Single Post
  #6  
Old 23-04-2015, 16:04
lhanz678's Avatar
lhanz678 lhanz678 is offline
Registered User
 
Join Date: Apr 2014
Location: Philippines
Posts: 67
Thanks: 150
Thanked 65 Times in 27 Posts
lhanz678 is on a distinguished road
Quote:
Originally Posted by punchao View Post
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"
__________________
The Imitation Game
Reply With Quote
The Following User Says Thank You to lhanz678 For This Useful Post:
Simorq (24-04-2017)