Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner


Reply
 
Share Thread Tools Display Modes
Old 02-23-2006, 12:23 PM   #1
Variable Bitrate
 
madkad's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 293
madkad is on a distinguished road
For them who want a flash boot before RR here is how

OK this is for a Flash file to start before RR.

I did this is Flash MXPro 7.0, here is how

1) open a new flash document (for the one i did one layer is only needed)

2) on the layer click on the first frame then in actions add this script

Code:
instanceName.onLoad fscommand ("fullscreen", true); Mouse.hide("true");

3) I did mine at 30 frames (its up to you how many frames you want) now click on frame 30 then right click and insert keyframe, then add this to the action

Code:
fscommand ("exec", "start.bat") fscommand ("QUIT") stop();

4) OK that is the actions done now you can add another layer and do all your graphics there if you like, i will leave that bit to you .

5) OK save the file to some folder do this by file>save as>filename.fla (this is so you can edit it later i called mine start.fla)

6) Now that you have done that do this file>publish settings>Windows Projector>ok

then file>publish (this will make a start.exe flash file we will use that later)

===========================

Now that is done we have to make a .bat file as you may have noticed i placed the file name in the flash script up there any how this is what you need to do

1) open note pad and place this code in

Code:
@echo off START c:\Program" "Files\Road" "Runner\rr.exe EXIT

the path is set to c:\Program Files\Road Runner\rr.exe the " " are there as windows dos dosnt like spaces

2) save the file as this start.bat (make sure it dosnt save as start.bat.txt) to the same place as the start.fla and the start.exe (just for now)

OK thats it nearly done just need to place all the files in the correct places note i have done this thinking that your root path for RR is the same as most others so take all this in lol

1) Make a folder in c:\Program Files\Road Runner\ called fscommand it has to be called fscommand else it will not work

2) now place this files in the root paths

c:\Program Files\Road Runner\fscommand\start.bat

c:\Program Files\Road Runner\start.exe (note flash file that is .exe)

4) thats it test it by clicking the start.exe flash file

===================================
Now as some of you know you can boot strate into this by following this FAQ

Hope this is ok i have attached a zip file that has my start.fla file in so you can look or even use
Attached Files
File Type: zip start.zip (5.4 KB, 143 views)
madkad is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 02-24-2006, 03:18 AM   #2
Variable Bitrate
 
madkad's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 293
madkad is on a distinguished road
This is a question i just got asked (i place this here just incase others are having this problem)

Quote: Originally Posted by avalanche2006
madkad,
great job but i was testing your files and i got the start.exe created and when you double click it it starts the animation and when the animation is done thats it. I created the start.bat file and when you double click it it
start Road Runner fine, but when i double click the start.exe and the animation finishes it doesnt load the start.bat.

i wasnt sure what you meant by this--

2) now place this files in the root paths

c:\Program Files\Road Runner\fscommand\start.bat

c:\Program Files\Road Runner\start.exe (note flash file that is .exe)


how do you add this to the path?


thanks

Hi please try and ask the questions in the tut so others can see cheers

OK open the Program Files and go to your Road Runner folder (this is the path), place the start.exe (this is the flash file) in the Road Runner folder.

Then in the same Road Runner folder place your fscommand folder that contains the start.bat file, thats it these should be the paths to each file

c:\Program Files\Road Runner\fscommand\start.bat

c:\Program Files\Road Runner\start.exe

you can check these by doing this

start > Run > and type in the paths like these (one at a time)

starting with

c:\Program Files\Road Runner\start.exe

if this is in the correct path it should run, then if the fscommand folder is in the correct path it shoul all work, if it dosnt work type in this


c:\Program Files\Road Runner\fscommand\start.bat

if the file isnt found then you need to place the fscommand folder in the correct path.

Hope this helps
__________________
Car Computer 98%[|||||||||-]
Install Plan 100%[||||||||||]
Styling 20%[||--------]
Install 0%[----------]

My Car Computer Before The Crash | Car Computer Forum |Dust overheating pc, AMAZING |
madkad is offline   Reply With Quote
Old 02-27-2006, 10:03 AM   #3
Variable Bitrate
 
madkad's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 293
madkad is on a distinguished road
lol was it that bad my tut

if any one wants this i am willing to make it them if they tell me what there after in style
__________________
Car Computer 98%[|||||||||-]
Install Plan 100%[||||||||||]
Styling 20%[||--------]
Install 0%[----------]

My Car Computer Before The Crash | Car Computer Forum |Dust overheating pc, AMAZING |
madkad is offline   Reply With Quote
Old 02-27-2006, 07:06 PM   #4
Newbie
 
Join Date: Feb 2006
Posts: 1
SquaredCorp is on a distinguished road
Thumbs up

Hey dude, nice tutorial.

Would you be able to do me a Ford Laser one for my upcoming carpc? I'm up to selecting front-ends now and have pretty much settled on RR with the MC2.0 skin

Cheers in advance!
SquaredCorp is offline   Reply With Quote
Old 02-28-2006, 04:39 AM   #5
Variable Bitrate
 
madkad's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 293
madkad is on a distinguished road
Hi thank you yes i can lol but you will have to tell me more on what you are after when you say Ford Laser how do you meen also what colors you are after etc etc
__________________
Car Computer 98%[|||||||||-]
Install Plan 100%[||||||||||]
Styling 20%[||--------]
Install 0%[----------]

My Car Computer Before The Crash | Car Computer Forum |Dust overheating pc, AMAZING |
madkad is offline   Reply With Quote
Old 03-02-2006, 10:01 AM   #6
Variable Bitrate
 
madkad's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 293
madkad is on a distinguished road
OK i have made these for Ti-ejtsch. OK here they are note that they will be full screen so the white sides you will not see

version 1

version 2

hope there ok
__________________
Car Computer 98%[|||||||||-]
Install Plan 100%[||||||||||]
Styling 20%[||--------]
Install 0%[----------]

My Car Computer Before The Crash | Car Computer Forum |Dust overheating pc, AMAZING |
madkad is offline   Reply With Quote
Old 03-02-2006, 10:10 AM   #7
Super Moderator. If my typing sucks it's probably because I'm driving....
 
turbocad6's Avatar
 
Join Date: Oct 2004
Location: NY
Posts: 6,102
turbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to behold
I have flash but don't have a clue how to actually use it.....

I have a pontiac logo with some text & I would love to have a flash load, maybe have the logo spin into place, or the graphic & the text come from both sides & merge in the middle or ???

any clue as to where I can find a simple tutoral on seting something like this up in flash?

thank you very much for your work here
turbocad6 is offline   Reply With Quote
Old 03-02-2006, 10:27 AM   #8
Variable Bitrate
 
madkad's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 293
madkad is on a distinguished road
Quote: Originally Posted by turbocad6
I have flash but don't have a clue how to actually use it.....

I have a pontiac logo with some text & I would love to have a flash load, maybe have the logo spin into place, or the graphic & the text come from both sides & merge in the middle or ???

any clue as to where I can find a simple tutoral on seting something like this up in flash?

thank you very much for your work here


Hmm i dont no of a such tut that would show you how to do that but if you like i can do it for you and then give you the files so you can see how i did it if you want me to please give me the images you have and that
__________________
Car Computer 98%[|||||||||-]
Install Plan 100%[||||||||||]
Styling 20%[||--------]
Install 0%[----------]

My Car Computer Before The Crash | Car Computer Forum |Dust overheating pc, AMAZING |
madkad is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 03-02-2006, 11:07 AM   #9
Variable Bitrate
 
Join Date: May 2005
Location: Germany
Posts: 325
Ti-ejtsch is on a distinguished road
@madkad

GREAT!!!

Version 1 is the one I like!. You understood what I wrote down in my readme, and that with my terrible english :-)

Is it possible to make the flash a bit slower, only a bit. The path I wrote in the readme, is the one to my frontend, you´re right.

Thanks a lot for your really great work

Greetings from Germany
Ti-ejtsch
Ti-ejtsch is offline   Reply With Quote
Old 03-02-2006, 11:14 AM   #10
Low Bitrate
 
McFreak's Avatar
 
Join Date: Mar 2005
Location: McKinney, TX
Posts: 110
McFreak is on a distinguished road
Have you thought of making a flash file that pulls its data from an .xml config? That way you could have all the animations setup and people jsut change the XML to what they want it to read? you could also call the logo externally as well.
__________________
CarPC v2: Infiniti G35 Coupe 6MT, DW Housing, IBM R40, GPS, XM, StreetDeck
McFreak is offline   Reply With Quote
Old 03-02-2006, 11:28 AM   #11
Variable Bitrate
 
madkad's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 293
madkad is on a distinguished road
Quote: Originally Posted by Ti-ejtsch
@madkad

GREAT!!!

Version 1 is the one I like!. You understood what I wrote down in my readme, and that with my terrible english :-)

Is it possible to make the flash a bit slower, only a bit. The path I wrote in the readme, is the one to my frontend, you´re right.

Thanks a lot for your really great work

Greetings from Germany
Ti-ejtsch

Thanks mate i will sort this for you now and send the files to you


Quote: Originally Posted by McFreak
Have you thought of making a flash file that pulls its data from an .xml config? That way you could have all the animations setup and people jsut change the XML to what they want it to read? you could also call the logo externally as well.

hmm sounds like a good idea to me i think i will give that ago lol i will have to see were to start with it first as i am just learning programing and that sounds like programing to me i will give it a look over ASAP thank you
__________________
Car Computer 98%[|||||||||-]
Install Plan 100%[||||||||||]
Styling 20%[||--------]
Install 0%[----------]

My Car Computer Before The Crash | Car Computer Forum |Dust overheating pc, AMAZING |
madkad is offline   Reply With Quote
Old 03-02-2006, 11:47 AM   #12
Variable Bitrate
 
madkad's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 293
madkad is on a distinguished road
Ti-ejtsch I have sent you them files hope all looks great
__________________
Car Computer 98%[|||||||||-]
Install Plan 100%[||||||||||]
Styling 20%[||--------]
Install 0%[----------]

My Car Computer Before The Crash | Car Computer Forum |Dust overheating pc, AMAZING |
madkad is offline   Reply With Quote
Old 03-02-2006, 12:04 PM   #13
Variable Bitrate
 
Join Date: May 2005
Location: Germany
Posts: 325
Ti-ejtsch is on a distinguished road
@madkad

all is working great, thanks a lot.


Ti-ejtsch
Ti-ejtsch is offline   Reply With Quote
Old 03-02-2006, 12:05 PM   #14
Variable Bitrate
 
madkad's Avatar
 
Join Date: Jul 2005
Location: uk
Posts: 293
madkad is on a distinguished road
Great glad it works, lol now i am just looking into thi .xml config thing so that people can do there own easly

*hmm were to start*
__________________
Car Computer 98%[|||||||||-]
Install Plan 100%[||||||||||]
Styling 20%[||--------]
Install 0%[----------]

My Car Computer Before The Crash | Car Computer Forum |Dust overheating pc, AMAZING |
madkad is offline   Reply With Quote
Old 03-02-2006, 12:08 PM   #15
Super Moderator. If my typing sucks it's probably because I'm driving....
 
turbocad6's Avatar
 
Join Date: Oct 2004
Location: NY
Posts: 6,102
turbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to beholdturbocad6 is a splendid one to behold
should I post my jpgs here or e-mail them to you? thanks....
turbocad6 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
Argh! Two Problems: USB HD wont read on boot, only after, and CF prevents boot also.. wardemon666 General Hardware Discussion 10 04-17-2006 06:23 PM
sending keystrokes to flash? Nitrov8 Road Runner 7 04-07-2006 01:51 AM
Warning: don't flash fastboot rom over your existing BIOS Before Reading this!! beodd General Hardware Discussion 1 09-14-2005 11:37 PM
RR 09-09-05 ... Yup, it's my Birthday! guino Road Runner 36 09-12-2005 06:05 AM
Windows XP won't boot up anymore!!!! Luderboy Newbie 3 09-03-2005 07:03 PM



All times are GMT -5. The time now is 05:36 AM.


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