View Single Post
Old 07-18-2005, 11:32 PM   #1
anky1
Variable Bitrate
 
anky1's Avatar
 
Join Date: Apr 2005
Location: NJ
Posts: 388
How-To embedding in CENTRAFUSE 1.3

In this short HOW-TO we will embed a program Directly into CF

First we will need 2 things.
-Full path of the .exe to open
-The window name when you open this program

Once you get these 2 items open up your “external.xml” file
(C:\Program Files\Flux Media\CENTRAFUSE\System\External.xml by default)
Choose a button to place this application into (for this how-to we will just use APP1)

It should look like this
Code:
<APP1> <PATH></PATH> <WINDOWNAME></WINDOWNAME> <DISPLAYNAME>App 1</DISPLAYNAME> <PAUSEMUSIC>False</PAUSEMUSIC> <LINECONTROL>NONE</LINECONTROL> <STARTFULLSCREEN>False</STARTFULLSCREEN> </APP1>

Add in your previously compiled data. Also at this point you can rename the button, don’t choose anything to long though or it will not show up correctly. Other options at this point would be to let this application control another LINE, start full screen, or pause Music.

Code:
<APP1> <PATH>C:\program files\GPS\GPS.exe</PATH> <WINDOWNAME>GPS</WINDOWNAME> <DISPLAYNAME>App 1</DISPLAYNAME> <PAUSEMUSIC>GPS</PAUSEMUSIC> <LINECONTROL>NONE</LINECONTROL> <STARTFULLSCREEN>False</STARTFULLSCREEN> </APP1>

Save and close.
Reopen CENTRAFUSE and enjoy
__________________
RIP 1993 civic sedan
RIP 1993 civic Del Sol

Hello! VW Golf 1.8t
anky1 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links