Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Computer Forums > Car Computers > Front ends
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

Google
Reply
 
LinkBack Thread Tools Display Modes
Old 04-15-2006, 8:05 PM   #1
MadKad
Website Owner
 
MadKad's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 4,007
My Photos: (46)
iTrader: (3)

Banked:
MK Cash: $3.06

I am Worth:
MK Cash: $2.08
Donate


MadKad is a jewel in the roughMadKad is a jewel in the roughMadKad is a jewel in the rough
Default 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
===================================

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, 4 views)
MadKad is online now  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 04-23-2006, 9:20 PM   #2
MadKad
Website Owner
 
MadKad's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 4,007
My Photos: (46)
iTrader: (3)

Banked:
MK Cash: $3.06

I am Worth:
MK Cash: $2.08
Donate


MadKad is a jewel in the roughMadKad is a jewel in the roughMadKad is a jewel in the rough
Default

This can also work on other programs please say if you want me to help with what ever program you have
MadKad is online now  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Featured Websites
Free Space
Free Space
Free Space Free Space
Reply
Tags: , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows on a Mac paranoidandroid Mac 13 07-30-2006 2:33 AM


Featured Websites




All times are GMT +1. The time now is 3:08 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98