Posted By
Message
-Liam- Cake AddictRegistered 06/12/2008
Points 556
16th February, 2007 at 19:58:53 -
I once had a small appliation which generated the code required for Vitalize games to work on webpages. It was very handy! But I cannot find it anywhere anymore! I think it was called... Something Monkey... Maybe. Anyone know what I'm blabbering about?!
Tell 'em Babs is 'ere...
Tim I'm on here way too muchRegistered 25/08/2006
Points 132
16th February, 2007 at 20:07:07 -
just use <<embed src="">> or rip the code from some flash file and change the filename.
http://www.SilverNova.co.uk
viva/volt Awesome SauceRegistered 26/08/2006
Points 1694
17th February, 2007 at 00:59:53 -
I believe your talking about Vitacode by FireMonkey ^^ I'm not sure of the link but if you can't find it I could see if I still have a copy.
http://bfollington.tumblr.com
axel Crazy?
Registered 05/02/2005
Points 4766
17th February, 2007 at 04:16:17 -
"just use <<embed src="">> or rip the code from some flash file and change the filename."
Yes, but it needs lots of extra parameters and stuff, for loading bars and stuff. There was some template HTML code on clickteam.com, you could always look there.
n/a
Flava
Registered 30/07/2002
Points 684
17th February, 2007 at 04:35:10 -
Vitacode is actually down now, but the code on Clickteam.com is:
<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>
Click this link for more info: http://www.clickteam.com/eng/vitalize.php Edited by the Author.
This is a signature. Have this one on me.
Tim I'm on here way too muchRegistered 25/08/2006
Points 132
17th February, 2007 at 06:19:10 -
¬_¬ I never used to need all that ... oh well.
http://www.SilverNova.co.uk
-Liam- Cake AddictRegistered 06/12/2008
Points 556
17th February, 2007 at 19:59:44 -
Ahh... Thanks guys!
Tell 'em Babs is 'ere...