I don't know what I did wrong
Here is the code I used
<object id="MegaMen" 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="http://www.cpanel.byetcluster.com/MegaMen.ccn">
<param name="ProgressBar" value="320,240,640,30">
<param name="ProgressBarColor" value="255,0,0">
<param name="ProgressBarBorderColor" value="0,0,0">
<param name="BackColor" value="255,204,102">
<embed type="application/x-cnc" src="http://www.cpanel.byetcluster.com/MegaMen.ccn"
checkversion="4,0,248,1" pluginspage="http://www.clickteam.com/vitalize4/download.html"
width="640" height="480"
ProgressBar="320,240,640,30"
ProgressBarColor="255,0,0"
ProgressBarBorderColor="0,0,0"
BackColor="255,204,102">
</embed>
</object>
and here is my site
geocities.com/jamiesmorphing
it is down at the bottom. The problem is the load bar won't appear
Re: I don't know what I did wrong
<object id="MegaMen"
MegaMan ? Vitalize1 !
and http://www.cpanel.byetcluster.com/MegaMen.ccn
byet ? byte!?
Re: I don't know what I did wrong
For every other HTML element in the universe (I'm not sure if the following info applies to <object>), "id" is just a unique identifier used to name things for the purposes of CSS, JavaScript, in-page hyperlinks, etc. If I understand Clickteam's HTML correctly, the id attribute can be anything; "Vitalize1" is just a placeholder.