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