Vitalize working on firefox, but not on explorer?
I have put my HTML code for Vitalize on my page to display the internet app. It seems to work under mozilla firefox. Unfortunately, it fails to load when trying under internet explorer?
Maybe I did something wrong with the one code, or is there a different code to make it work for explorer too?
I went to this website that has vitalize games & apps. I tried the website with both firefox and explorer. They seem to work fine. So I'm thinking there is something wrong with my code? I'm not sure. But is there any way to check to see if its the vitalize HTML code, or the App that loads in only one browser?
Re: Vitalize working on firefox, but not on explorer?
If you give us a link to your page we could check out your html syntax your using for displaying the game and tell you whats wrong.
If it doesn't display in Firefox it most likley in the EMBED section but without seeing your page we can't tell you exactly whats wrong.
Re: Vitalize working on firefox, but not on explorer?
Okay, well here's the vitalize part anyway.
<OBJECT ID="Test" 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="test.ccn"/>
<EMBED TYPE="application/x-cnc" SRC="test.ccn" checkversion="4,0,247,6" PLUGINSPAGE="http://www.clickteam.com/vitalize4/download.html" WIDTH=256 HEIGHT=224>
</EMBED>
</OBJECT>
</EMBED>
</OBJECT>
It should be the same as what was displayed on the vitalize info page. Except the parameters for the progress bars removed.
Re: Vitalize working on firefox, but not on explorer?
Well your missing the whole embed part
So take a look at the full syntax as posted in the forum or on the Vitalize page.
Re: Vitalize working on firefox, but not on explorer?
What, there are 2 EMBED tags? Because I only see 1 EMBED tag on the vitalize page. X_X
This is from the page:
<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>
Seems to look just like mine. I believe I just copied/pasted this code and used it on my page, so I don't know whats wrong. I see the one EMBED tag in my own html, and I only see one EMBED tag from the html above. @_@
After I took a closer look at my html, there were two </EMBED> & </OBJECT> ending tags below. I think there supposed to be only one of them. Although I doubt this changes anything.
Re: Vitalize working on firefox, but not on explorer?
Yours has no data between the <embed> and </embed>
You also have the first embed tag as </embed>
The part between the <embed>s is what browser that don't use the object tags use to display vitalize files. (Everything but IE I think)
The second one doesn't look like yours at all as it has info in the embed section.
Re: Vitalize working on firefox, but not on explorer?
That's because the second html is the one i copied from the vitalize page to show you the code i used in my page.
I'm not sure what other "data" is needed in the html. I assumed that all I needed was copy the HTML on the page and paste on to mine after modifying it (to work my app.ccn file). I did just that (again) replacing my old html code and it still does not work for explorer. :-/
Re: Vitalize working on firefox, but not on explorer?
See this part of the syntax
<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>
It controls how Vitalize is used in firefox.
Your first post has this in that area:
</EMBED>
</OBJECT>
</EMBED>
Re: Vitalize working on firefox, but not on explorer?
Here, you can use this to make it work perfectly, or so I hope. ;)
Re: Vitalize working on firefox, but not on explorer?
Forget the first html post. It's been updated to this.
<OBJECT ID="Vitalize!" 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="test.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="test.ccn" checkversion="4,0,247,6"
PLUGINSPAGE="http://www.clickteam.com/vitalize4/download.html" WIDTH=256 HEIGHT=224>
</EMBED>
</OBJECT>
This is what it looks like on my page now, after modifying the code form the vitalize page to make my app.ccn file work. It still does not work on explorer. I see nothing wrong here now.
Re: Vitalize working on firefox, but not on explorer?
Here is a bug where it loads in IE but not FF: http://www.lb-stuff.com/Picture.htm