|
A Fun Splash On application !!!
I wanted to create new for the RR users to replace the original splash RR's screen.
I found an exemple in the autoit french forum a little exemple that i like.
I have added an ini file.
Now , it can use , JPG,BMP,GIF,PGN,SWF files .
The windows splash size is the same that the picture file that you will set in the splash.ini file , so the size is automatic .
When the splash program is finished, it run automatically the program defined in the splash.ini (not only Riderunner).
You can to change the timing (duration ans speed), the mode type (in and off), the picture name, and the windows's position (0,0 by default)
In the 0.5 version, a song (wav or mp3) or a sentence are definable.
I hope add after a flv or avi possibility .
I hope that you you will like this one .
Differents possibility exist:
You can define in the splash.ini file
#################################################
# Version: 0.5
# ModeIn ModeOff possibility
#
# 0x00080000 ;fade-in
# 0x00090000 ;fade-out
# 0x00040001 ;slide in from left
# 0x00050002 ;slide out to left
# 0x00040002 ;slide in from right
# 0x00050001 ;slide out to right
# 0x00040004 ;slide-in from top
# 0x00050008 ;slide-out to top
# 0x00040008 ;slide-in from bottom
# 0x00050004 ;slide-out to bottom
# 0x00040005 ;diag slide-in from Top-left
# 0x0005000a ;diag slide-out to Top-left
# 0x00040006 ;diag slide-in from Top-Right
# 0x00050009 ;diag slide-out to Top-Right
# 0x00040009 ;diag slide-in from Bottom-left
# 0x00050006 ;diag slide-out to Bottom-left
# 0x0004000a ;diag slide-in from Bottom-right
# 0x00050005 ;diag slide-out to Bottom-right
# 0x00040010 ;explode
# 0x00050010 ;implode
#
#################################################
[WINDOWS]
WindowsName=Splash
Left=0
Top=0
Width (only SWF)=800
Height (only SWF)=600
[SPLASH]
SplashName(Only JPG,BMP,GIF,PGN,SWF)=splash.jpg
Duration (ms)=4000
Speed (ms)=1000
ModeIn=0x00040010
ModeOff=0x00050010
Sound(Play/Sound)=PLay
AppliToLaunch=C:\Program Files\Ride Runner\RideRunner.exe
[SOUND]
SoundToPlay(Wav, Mp3)=gmenstar.wav
[SPEAK]
SentenceToSpeak=Welcome in your Multi Media Car Center
History:
======
Version 0.6 (as soon as possible)
corrected a bug on launch appli
add video viewer (avi,wmv,etc...)
Version 0.5
Add a check error
Version 0.4
Add the possibility of reading a sentence
Version 0.3
Add Wav, Mp3 sounds
Version 0.2
Add PNG SWF and GIF animated.
Version 0.1
BMP,JPG and JPG only
Last edited by pierrotm777; 11-11-2009 at 12:48 PM.
|