1 Attachment(s)
A Fun Splash On application who can to launch your FrontEnd !!!
I wanted to create a new splash screen for the RR users to replace the original splash RR's screen.
I have founded 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,WMV,AVI,FLV,3GP files and a matrix option ??? .
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 .
In same time, you can to define a song or a sentence.
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)
Matix option:
http://www.mp3car.com/vbulletin/imag...dfbb0aad4d.jpg
I hope that you you will like this one .
Differents possibility exist:
You can define in the splash.ini file
Code:
#################################################
# Version: 1.1a
# 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
Scale (only SWF:0 showall, 1 noborder, 2 exactFit, 3 noscale)=3
Background (only SWF)=#000000
Transparency (0/255)=100
[SPLASH]
SplashName(Only JPG,BMP,GIF,PGN,SWF,WMV,AVI,FLV,3GP,matrix)=kermesse.wmv
Duration (ms)=4000
Speed (ms)=1000
ModeIn=0x00040010
ModeOff=0x00050010
Sound(Play/Speak)=Play
AppliToLaunch=C:\Program Files\RideRunner\RideRunner.exe
[SOUND]
SoundToPlay(Wav, Mp3)=gmenstar.wav
[SPEAK]
SentenceToSpeak=Welcome in your Multi Media Car Center
[MATRIX]
Sound(Play/Speak)=Play
SoundToPlay(Wav, Mp3)=matrix.mp3
SentenceToSpeak=I am the matrix
Duration (ms)=10000
History:
======
Version 1.1a
I have deleted the 'Splash texte Info'
Now , the matrix font is copied into the Windows\Fonts folder automatically.
Version 1.1
I have added a duration option for the matrix option
Version 1.0
Now, RR or any application are launched when the swf is used
as splash file !
Version 0.9
Now, RR or any apllication are launched when the avi is finished !
Thanks to french forum's Tlem who helped me!
Version 0.8
Launch RR or any apllication if your splash file is an avi file .
Version 0.7
Several bugs found an issue
A 'matrix' option is added
The possibility are : JPG,BMP,GIF,PGN,SWF,WMV,AVI,FLV,3GP,matrix
A transparency possibility is added (0=hidden,255=black,100=default)
A scale possibility for SWF files only is added .
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