Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development


View Poll Results: Do you like this program
It is a stupid idea 0 0%
I like 6 100.00%
I don't like 0 0%
Multiple Choice Poll. Voters: 6. You may not vote on this poll

Reply
 
Share Thread Tools Display Modes
Old 10-15-2009, 03:04 PM   #1
Maximum Bitrate
 
pierrotm777's Avatar
 
Join Date: May 2008
Location: Bordeaux, France
Posts: 576
pierrotm777 will become famous soon enough
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
Attached Files
File Type: zip Splash_0.5.zip (2.26 MB, 8 views)

Last edited by pierrotm777; 11-11-2009 at 12:48 PM.
pierrotm777 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 10-15-2009, 08:28 PM   #2
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Is this just for RR...

Sounds cool and exploding splash screen would be awsome.
How about a download link?
ThunderStick is offline   Reply With Quote
Old 10-16-2009, 02:07 AM   #3
Maximum Bitrate
 
pierrotm777's Avatar
 
Join Date: May 2008
Location: Bordeaux, France
Posts: 576
pierrotm777 will become famous soon enough
Talking

Quote: Originally Posted by ThunderStick View Post
Is this just for RR...

Sounds cool and exploding splash screen would be awsome.
How about a download link?

Hi ThunderStick,

No sound actually in the first version . I hope to add a sound option later .

I upload the first version today . I have forgotten something yesterday .

You can to use it for any other program that RR (ini setup possibility).

Last edited by pierrotm777; 10-16-2009 at 10:00 AM.
pierrotm777 is offline   Reply With Quote
Old 11-05-2009, 08:09 AM   #4
Maximum Bitrate
 
pierrotm777's Avatar
 
Join Date: May 2008
Location: Bordeaux, France
Posts: 576
pierrotm777 will become famous soon enough
Red face

Nobody like this program ?
pierrotm777 is offline   Reply With Quote
Old 11-05-2009, 02:25 PM   #5
Maximum Bitrate
 
vicky_obee's Avatar
 
Join Date: Dec 2003
Posts: 523
vicky_obee is on a distinguished road
Hey Dude
This is a cool application..
Matter of fact wanted this for a long time.. To change the static Splash creen with some GIF format..
And you did it...
Keep it going .. may be you can develop it more to have asound fuction as well
Cheers !!!!
__________________
Commell LV-677 DC 6 x 6" Mother Board
2.6 GHz; 1 Gb Ram
120 Gb Laptop HD
7" InDash Xenarc MTD - X7000 Screen
Gyration Mouse ; GPS Mouse ; ELM Scan ; TPMS
Parrot MK 6000 & iPhone
----------
Re done the carputer...Into the Glove Box !!
vicky_obee is offline   Reply With Quote
Old 11-06-2009, 12:36 AM   #6
Maximum Bitrate
 
pierrotm777's Avatar
 
Join Date: May 2008
Location: Bordeaux, France
Posts: 576
pierrotm777 will become famous soon enough
Quote: Originally Posted by vicky_obee View Post
Hey Dude
This is a cool application..
Matter of fact wanted this for a long time.. To change the static Splash creen with some GIF format..
And you did it...
Keep it going .. may be you can develop it more to have asound fuction as well
Cheers !!!!

Thanks, i can try to add sounds or to add a definable sentence by setting also .
pierrotm777 is offline   Reply With Quote
Old 11-06-2009, 01:50 AM   #7
Maximum Bitrate
 
pierrotm777's Avatar
 
Join Date: May 2008
Location: Bordeaux, France
Posts: 576
pierrotm777 will become famous soon enough
0.3 Update

Wav and Mp3 sounds are possibles .

Good use
pierrotm777 is offline   Reply With Quote
Old 11-06-2009, 02:34 AM   #8
Maximum Bitrate
 
pierrotm777's Avatar
 
Join Date: May 2008
Location: Bordeaux, France
Posts: 576
pierrotm777 will become famous soon enough
0.4 update

Add the possibility of reading a sentence !

Me , I like well
pierrotm777 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 11-09-2009, 02:25 PM   #9
Maximum Bitrate
 
pierrotm777's Avatar
 
Join Date: May 2008
Location: Bordeaux, France
Posts: 576
pierrotm777 will become famous soon enough
update 0.5

Just added a test error when the exe don't exist !!!

Good use
pierrotm777 is offline   Reply With Quote
Old 11-19-2009, 11:48 PM   #10
Maximum Bitrate
 
vicky_obee's Avatar
 
Join Date: Dec 2003
Posts: 523
vicky_obee is on a distinguished road
well looks like there is some prob here..
I am using a GIF amination with sound file to sync it with each movement of the amination .. but for some reason the animation works half way .. hangs up for a few seconds .. then the sound plays all the way to the end and then rest of the animation plays....
Any idea why so. can you pls help

Thanx
__________________
Commell LV-677 DC 6 x 6" Mother Board
2.6 GHz; 1 Gb Ram
120 Gb Laptop HD
7" InDash Xenarc MTD - X7000 Screen
Gyration Mouse ; GPS Mouse ; ELM Scan ; TPMS
Parrot MK 6000 & iPhone
----------
Re done the carputer...Into the Glove Box !!
vicky_obee is offline   Reply With Quote
Old Yesterday, 08:27 AM   #11
Maximum Bitrate
 
pierrotm777's Avatar
 
Join Date: May 2008
Location: Bordeaux, France
Posts: 576
pierrotm777 will become famous soon enough
Quote: Originally Posted by vicky_obee View Post
well looks like there is some prob here..
I am using a GIF amination with sound file to sync it with each movement of the amination .. but for some reason the animation works half way .. hangs up for a few seconds .. then the sound plays all the way to the end and then rest of the animation plays....
Any idea why so. can you pls help

Thanx

Can you upload me your gif file if possible and see what i an to do !
pierrotm777 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question regard the RR splash screen at start of RoadRunner. Powder9k Road Runner 2 07-25-2008 01:44 PM
test for running application dnr250 WinNT Based 2 10-02-2007 11:23 PM
How do I integrate my application with RR ? guino RR FAQ 0 09-23-2006 09:38 PM
Notifying child application of Hibernation wakeup mullaly Road Runner 2 04-24-2006 04:44 AM
Some progress on the application... Jirka Jirout MacCar 79 02-18-2006 03:30 PM



All times are GMT -5. The time now is 05:38 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics