Hey, folks.
I am relatively new to both MMF2 Developer and the Vitalize plug-in. I am working on a first application intended for online usage (and therefore using the Vitalize plug-in). But I seem to be having a problem using it correctly.
Is it my understanding that one first places a Vitalize object into the MMF2 project, then include the URL that would be used to download the CCN file?
Once I render the CCN file and post the CCN file (and its accompanying HTML file) to a test Web site, I see the Vitalize logo display in the Web browser, but the CCN file never loads. (The browser status bar says "Done.") I am using the latest Vitalize browser plug-in on Firefox.
I have the following HTML source code, which I generated using LB's awesome Vitalize code-generation program:
<OBJECT ID="Ultimus Process Designer Simulation" WIDTH=1024 HEIGHT=768 type="application/x-cnc"
CLASSID="CLSID:EB6D7E70-AAA9-40D9-BA05-F214089F2275"
CODEBASE="Please login to see this link.">
<PARAM NAME="URL" VALUE="Please login to see this link." />
<PARAM NAME="ProgressBar" VALUE="510,350,100,20" />
<PARAM NAME="ProgressBarColor" VALUE="0,0,255" />
<PARAM NAME="ProgressBarBorderColor" VALUE="0,255,255" />
<PARAM NAME="BackColor" VALUE="255,255,255" />
<EMBED TYPE="application/x-cnc"
SRC="Please login to see this link."
checkversion="4,0,249,6"
PLUGINSPAGE="Please login to see this link."
WIDTH=1024
HEIGHT=768>
</EMBED>
</OBJECT>
(Please nevermind that the directory path refers to Java. I was testing Java output and is just the name of that directory.)
Could anyone direct me to what I'm doing wrong in setting up the Vitalize plug-in?
Thank you very much! Have a great day!
Most graciously...
RGBreality