I updated the HTML for the imaged template (below), but it still doesn't
work with the 3.2 version of the plugin. Help!!! The new plugin has proven
a disaster for my ORG's projects.
Thanks--J
<?doctype?>
<html>
<head>
<title>Edit <?imageName?> image</title>
<?endHead?></head>
<body<?colorScheme?>>
<?beforeButtons?><?showButtons?><?afterButtons?>
<h2>Edit <?imageName?> image</h2>
<OBJECT
ID="SqueakOCX Control"
WIDTH="752" HEIGHT="418"
type="application/x-squeak-source"
CLASSID="CLSID:2BE9C39E-8386-4435-B337-FCDAD8EAB006"
CODEBASE="http://squeakland.org/installers/SqueakPluginInstaller.exe"
>
<PARAM name="src" value="<?urlPrefix?><?srcUrl?>">
<PARAM name="imageurl" value="<?urlPrefix?><?imageUrl?>">
<PARAM name="uploadurl" value="<?urlPrefix?><?uploadUrl?>">
<PARAM name="returnurl" value="<?urlPrefix?><?returnUrl?>">
<PARAM name="memory" value="15">
<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="<?pluginUrl?>">
<PARAM name="update_url" value="http://squeakland.org/update/">
<embed
type="application/x-squeak-source"
src="<?urlPrefix?><?srcUrl?>"
imageurl="<?urlPrefix?><?imageUrl?>"
uploadurl="<?urlPrefix?><?uploadUrl?>"
returnurl="<?urlPrefix?><?returnUrl?>"
width="752"
height="418"
align="left"
memory="15"
pluginspage="<?pluginUrl?>"
>
</OBJECT>
<?endBody?></body>
</html>