Putting Vitalize! on your webpage.
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.
Write the OBJECT code yourself -- Follow this example
______________________________________________________________________________
<OBJECT ID="Vitalize1" WIDTH=50% HEIGHT=50% type="application/x-cnc"
CLASSID="CLSID:EB6D7E70-AAA9-40D9-BA05-F214089F2275"
CODEBASE="http://www.clickteam.com/vitalize4/vitalize.cab#Version=4,0,247,6">
<PARAM NAME="URL" VALUE="YOURFILE.ccn">
<PARAM NAME="ProgressBar" VALUE="53,181,222,5">
<PARAM NAME="ProgressBarColor" VALUE="255,0,0">
<PARAM NAME="ProgressBarBorderColor" VALUE="255,255,0">
<PARAM NAME="BackColor" VALUE="0,255,0">
<EMBED TYPE="application/x-cnc"
SRC="YOURFILE.ccn"
checkversion="4,0,247,6"
PLUGINSPAGE="http://www.clickteam.com/vitalize4/download.html"
WIDTH=50%
HEIGHT=50%>
</EMBED>
</OBJECT>
______________________________________________________________________________
Standard Parameters:
Width: A set size or percentage inside the browser window of the Vitalized application window
URL: The URL for the Vitalized file to embed into the webpage
Height: A set size or percentage inside the browser window of the Vitalized application window
ProgressBar: Starting X and Y location and ending X and Y location
ProgressBarColor: RGB color value for the download progress bar
ProgressBarBorderColor: RGB color value for the border on the download progress bar
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.
Custom Parameters:
Custom parameters can be transmitted into Vitalize by simply creating a new PARAM NAME and retrieving the data inside the Vitalized file by recieving the data on the command line. An alternative to this is to communicate via Javascript inside the Vitalize plug in inside your application.
Communicating via Javascript allows you to recieve new data while the application runs.
-----------------------------------------------------------------------------------------
List of the currently vitalized extensions:
Clickteam
Active Picture
Animation
Array
AVI
Button
CD Audio
Click Blocker
Date & Time
Combo Box
Cursor
Data Grid
Dialog Box
Double Precision Calculator
Draw
Direct Show
Edit Box
HiScores
Ini
Jostick
Layer
List Box
List View
Mixer
MPEG
Network
Picture
Vitalize! Plugin
Popup Menu
Print
QuickTime
Quiz
Rich Edit
Screen Capture
Window Shape
Shared Memory
Static Text
Active and Background System Boxes
Tooltips
Tree Control
Window Control
Movements
Clickteam Movement Controller
Circular
Invaders
Presentation
Regular Polygon
Simple Ellipse
Sinewave
Vector
Moo
MooClick
MooSock
MooGame
BP1
Advanced Path Movement
Advanced Direction
Advanced Game Board
Binary
Dynamic Array
Dictionary
Easy Grid
IconList
Int64
Iso Grid 2
Lens
MoveIt
Move Safely 2
Mersenne Twister Random
Particle Spray
Platform Movement
Progress Bar
Random Pool
RegEx
SaveGame
Speech Bubble
String Parser
Text Blitter
XML Parser
BP2
Advanced Math
Clipboard
Data Store 2
Fast Function
Fast Loop
Focus
Input
Mode7Ex
Mouse
Popup Message
Randomizer
Timer
Title Bar
Tokens
BP3
Joystick
Pathfind
SortX
SSortX
StoreX
List of extensions that have not been vitalized
Clickteam
ActiveX
Download
Explorer
File
FTP
MCI
ODBC
Registry 2
Search
System
Trial Period
BP1
Alpha Channel (not safe for multi-threading)
Blowfish (not safe for multi-threading)
Color Selector (not safe for multi-threading)
Common Dialog (not safe)
E-mail (not safe for multi-threading)
Lua (not safe)
Icon View (not safe for multi-threading)
Image Manipulator (not safe)
Magic Deque (not safe for multi-threading)
Masked Edit (not safe for multi-threading)
ModFx Ex (not safe for multi-threading)
Named Variables (not safe for multi-threading)
Process Viewer (not safe)
Quick Hash (not safe for multi-threading)
Spell Checker (not safe for multi-threading)
Yaso (not safe)
BP2
Direction Calculator (not safe for multi-threading)
TrayIcon
BP3
ControlX (not safe for multi-threading)
Flags (not safe for multi-threading)
GStoreX (not safe for multi-threading)
TimeX (not safe for multi-threading)
Other
3D Mesh (not safe for multi-threading)
|