For anyone who needs it, below is the correct html template for showProject
(look under refs templates(page)) to work with the new plugin. You still
won't be able to use the new plugin with your project swiki (swikiNavigation
does not work with Squeak 3.2), but you'll be a step closer.
Best--John
<OBJECT
ID="SqueakOCX Control"
WIDTH="<?embedWidth?>" HEIGHT="<?embedHeight?>"
type="application/x-squeak-source"
CLASSID="CLSID:2BE9C39E-8386-4435-B337-FCDAD8EAB006"
CODEBASE="http://squeakland.org/installers/SqueakPluginInstaller.exe"
>
<PARAM name="src" value="<?fullSrcUrl?>">
<PARAM name="codeUrl" value="<?fullCodeUrl?>">
<PARAM name="projectUrl" value="<?fullProjectUrl?>">
<PARAM name="bookUrl" value="<?fullBookUrl?>">
<PARAM name="pageId" value="<?pageId?>">
<PARAM name="locked" value="<?isLocked?>">
<PARAM name="types" value="<?types?>">
<PARAM name="update" value="111">
<PARAM name="win32" value="Squeak3.2gamma
of 12 January 2002 [latest update: #4879]">
<PARAM name="macos" value="Squeak3.1alpha
of 16 May 2001 [latest update: #4081]">
<PARAM name="loader_url" value="http://squeakland.org/project.jsp">
<PARAM name="pluginspage" value="http://squeakland.org/detect.html">
<PARAM name="update_url" value="http://squeakland.org/update/">
<embed
type="application/x-squeak-source"
src="<?fullSrcUrl?>"
codeUrl="<?fullCodeUrl?>"
projectUrl="<?fullProjectUrl?>"
bookUrl="<?fullBookUrl?>"
pageId="<?pageId?>"
locked="<?isLocked?>"
types="<?types?>"
width="<?embedWidth?>"
height="<?embedHeight?>"
pluginspage="<?pluginUrl?>"
>
</OBJECT>