![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |

Create & Play online content with Vitalize
![]()
Vitalize is a safe PC platform plug-in for Internet Explorer, Opera, Mozilla and Netscape Navigator (windows based computers only). Vitalize allows your website visitors to interact with applications and games created in Clickteam's The Games Factory or Multimedia Fusion software packages (see more about what is Vitalize)
![]()
How to embed your application in a HTML page
a) Save your application as Internet application (CCN file)
b) Upload it on your Web server
c) In your HTML code, insert an OBJECT command syntax below or use one of the syntax generators.
Have a Vitalize syntax generators write your OBJECT code.
Coming Soon
This will make it easy to write the HTML syntax in a visual application
Or write the OBJECT code yourself -- Follow this example
<OBJECT ID="Vitalize1" WIDTH=320 HEIGHT=200
CLASSID="CLSID:EB6D7E70-AAA9-40D9-BA05-F214089F2275"
CODEBASE="http://www.clickteam.com/vitalize3/vitalize.cab#Version=3,5,119,0">
<PARAM NAME="URL" VALUE="yourfile.ccn">
<PARAM NAME="TaskPriority" VALUE="50">
<PARAM NAME="BackColor" VALUE="255,255,255">
<PARAM NAME="ProgressBar" VALUE="53,181,222,5">
<PARAM NAME="ProgressBarColor" VALUE="255,0,0">
<PARAM NAME="ProgressBarBorderColor" VALUE="255,255,0">
<PARAM NAME="YourParam" VALUE="ValueOfYourParam">
<EMBED type="application/x-cnc" width=320 height=200
Pluginspage="http://www.clickteam.com/vitalize3/plugin.html"
CheckVersion=3,5,119,0
TaskPriority=50
BackColor=0,0,0
ProgressBar=53,181,222,5
ProgressBarColor=255,0,0
ProgressBarBorderColor=128,0,0
YourParam="ValueOfYourParam"
src="yourfile.ccn">
</EMBED>
</OBJECT>
The OBJECT command is used by Internet Explorer. To allow the plugin to work with Netscape, Mozilla or Opera, you must include an EMBED command inside the OBJECT command, and repeat the same parameters. The format of a parameter in the OBJECT command is < PARAM NAME="NameOfYourParam" VALUE="ValueOfYourParam" >. The format of a parameter in the EMBED command is simpler, NameOfYourParam=ValueOfYourParam.
The main standard parameters are:
+ ID : idendifier of your object
+ width : the width of the display window
+ height : the height of the display window
+ CLASSID (OBJECT only) : identifier of the Vitalize! ActiveX control
+ CODEBASE (OBJECT only) : URL of the Vitalize! install program (vitalize.cab). If Vitalize! is not installed on the user's machine, Internet Explorer will download it and will propose the user to install it. The version number at the end is the version number of Vitalize! needed to run your application. If an older version is installed on the user's machine, Internet Explorer will download and install the newest version from the Clickteam Web site.
+ PLUGINSPAGE (EMBED only) : similar to the CODEBASE command, but for the Netscape plugin version of Vitalize (for the Netscape, Opera and Mozilla browsers). Unlike the CODEBASE command, the installation of Vitalize! for these browsers is not automatic. If Vitalize! is not installed on the user's machine, the browser will display a page where the user can download the install program of Vitalize!.
+ CHECKVERSION (EMBED only) : similar to the Version parameter of the CODEBASE command, but for the Netscape plugin version of Vitalize (for Netscape, Opera and Mozilla browsers). If an older version of Vitalize! is installed on the user's machine, Vitalize! will propose the user to open the Vitalize! download page on the Clickteam Web site.
+ URL (OBJECT) or SRC (EMBED) : URL of your CCN application
+ TaskPriority : how much processor time is allocated to the application, with values from 0 to 100
- 0 : the application runs only when it receives a message from window (mouse or keyboard). The application is paused until you move your mouse above it, or press a key. This mode saves a lot of processing power but can only be used for a limited number of applications that do not display animations.
- 50 : half of the processing power is allocated to the application (recommended). Use it (or a lower value) is you have more than one CCN on the same page.
- 100 : the application gets the whole processing power. Use it if you have one CCN only on your page and you want to give it the maximum speed. If you do not specify the TaskPriority parameter, the default values are :
50 for a Multimedia Fusion application
100 for a Games Factory application (to be compatible with V1 of Vitalize).
+ BackColor : Allows you to change the background color behind the Vitalize plug-in. Parameter=r,g,b components between 0 and 255 (e.g. red = 255,0,0 - white = 255,255,255)
+ ProgressBar : Sets the position and the dimensions of the download progress bar. Parameter = x,y,width,height.
+ ProgressBarColor : Sets the interior color of the progress bar. Parameter=r,g,b components between 0 and 255.
+ ProgressBarBorderColor : Sets the color of the outside border of the progress bar. Parameter=r,g,b components between 0 and 255.
Other possible parameters:
+ dib=yes : (MMF only) disable the "Use Direct X" option for this application.
+ ddraw=yes : (MMF only) forces the "Use Direct X" option for this application.
+ vram=no : (MMF only) disable the "Use VRAM" option for this application
+ preview=no : does not display the preview image.
MMF 1.5 only: the new Get Command Line Item function allows you to retrieve the value of a parameter, either one of the standard parameters above, or your own parameters. E.g. if you add YourParam=ValueOfYourParam (or PARAM NAME="YourParam" VALUE="ValueOfYourParam" >, CommandItem$("YourParam") will return "ValueOfYourParam".
-----------------------------------------------------------------------------------------
List of the currently vitalized extensions:
Check our forum for the most current topics about Vitalize.
-----------------------------------------------------------------------------------------
MMF - Clickteam
| 3D | Active Picture | Active System Box |
| Array | AVI | Background System Box |
| Button | CD Audio | Click Blocker |
| Combo Box | Cursor | Date & Time |
| Dialog Box | Direct Show | Draw |
| Edit | FLI | Hiscore |
| INI | Joystick | List Box |
| Mixer | MPEG | Network |
| Popup Menu | QuickTime (3+) | |
| QuickTime 2 | QuickTime VR 2 | Rich Edit |
| Screen Capture | Shared Data | Task Priority |
| Tree Control | Trial Period (MMF PRO) | Vitalize Plugin |
| Window Shape |
MMF - Other
| 1000 Global Strings (Jamie Beatson) | Fast Loop (Cellosoft) | Movement (Andrew Mather) |
| 1000 Global Values (Jamie Beatson) | Flag (z33z) | Popup Message (Cellosoft) |
| 3eactive (3ee) | Immediate If (Cragmyre / MattofBumderland) | Randomizer (Cellosoft) |
| Advanced Math (Cellosoft) | Input (Cellosoft) | ScrollBar (IzzySoft) |
| Angle Calculator (Fodo) | Joystick (z33z) | SliderBar (IzzySoft) |
| Base Converter (Chris Lightfoot) | Layer (Cragmyre) | Sort (z33z) |
| Beep (3ee) | Mode7Ex (CelloSoft) | String Parser 1 and 2 (3ee) |
| Boolean (MattofBumderland) | Modifier (3ee) | String Sort (z33z) |
| Clipboard (Cellosoft) | MooClick (3ee) | Time (Cellosoft) |
| Dialog (Chris Lightfoot) | MooGame (3ee) | TimeX (z33z) |
| Direction Calculator (Philip Williams) | MooSock (3ee) | Token (Cellosoft) |
| Fast Function (Cellosoft) | Mouse (Cellosoft) | Zoom (Fodo) |
About the runtime versions...
We have 2 versions of the Vitalize web browser plug in installers. They only difference between the versions is the number of extensions included in the main download. Additional extensions can be downloaded when loading your Vitalized application. Clickteam suggests getting the full Vitalize to improve your Vitalized experience. Feel free to copy the links below and provide the visitors to your website an easy way to get Vitalized!. Be sure to include the Clickteam or Vitalized logo anytime you link to these file.
Download Vitalize!
Download Page
http://www.clickteam.com/vitalize4/download.html
![]()

Copyright © Clickteam 2006 All Rights Reserved - Privacy Policy - Email webmaster









