-
HELP!
Is this correct? I can't get this one to work but the other one i have does...
<OBJECT ID="Vitalize1" WIDTH=800 HEIGHT=600 type="application/x-cnc"
CLASSID="CLSID:EB6D7E70-AAA9-40D9-BA05-F214089F2275"
CODEBASE="http://www.clickteam.com/vitalize4/vitalize.cab#Version=4,0,248,1">
<PARAM NAME="URL" VALUE="EMPB.ccn">
<EMBED TYPE="application/x-cnc"
SRC="EMPB.ccn"
<PARAM NAME="BackColor" VALUE="0,0,0">
<PARAM NAME="ProgressBar" VALUE="0,450,800,5">
<PARAM NAME="ProgressBarColor" VALUE="255,0,0">
<PARAM NAME="ProgressBarBorderColor" VALUE="0,0,0">
checkversion="4,0,248,1"
PLUGINSPAGE="http://www.clickteam.com/vitalize4/download.html"
WIDTH=320
HEIGHT=200>
</EMBED>
</OBJECT>
-
Re: HELP!
nearly,
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=63859#Post63859 at bottom of first post. Maybe you are using a non-vitalized extension
-
Re: HELP!
Game_Masters guide to vitalize!
http://trexgames.googlepages.com/Gam...tovitalize.PNG
Hope this helps!
EDIT:
Sorry, I forgot to put that you have to put:
</EMBED>
</OBJECT>
onto the end of the HTML otherwise it will not display the content below the application.
-
Re: HELP!
Nice.... So text version for copy and pasting using my lynx text-based web browser ?
-
Re: HELP!
<OBJECT ID="Vitalize 1" WIDTH=640 HEIGHT=480 type="application/x-cnc"
CLASSID="CLSID:EB6D7E70-AAA9-40D9-BA05-F214089F2275"
CODEBASE="http://www.clickteam.com/vitalize4/vitalize.cab#Version=4,0,248,1">
<PARAM NAME="URL" VALUE="Web address here">
<EMBED TYPE="application/x-cnc"
SRC="Web address here"
checkversion="4,0,248,1"
PLUGINSPAGE="http://www.clickteam.com/vitalize4/download.html"
WIDTH=640
HEIGHT=480>
ProgressBar="56,399,524,32"
ProgressBarColor="255,0,0"
ProgressBarBorderColor="0,0,8"
<PARAM NAME="ProgressBar" VALUE="56,399,524,32">
<PARAM NAME="ProgressBarColor" VALUE="255,0,0 ">
<PARAM NAME="ProgressBarBorderColor" VALUE="0,0,8">
</EMBED>
</OBJECT>
Fill in the "Web address here" bits with the URL of where your application is (delete "Web address here")
-
Re: HELP!
I always have to copy the code, then click "insert > Past Special > Treat as HTML" and then it auto formats it to work.
-
Re: HELP!
-
Re: HELP!
in his WYSIWYG HTML editor
-
Re: HELP!
-
Re: HELP!
nevermind i just found out why it won't work... An extention wasen't compadiable...