[ANN] A 6 MB SqueakPlugin.image

Brad Fuller brad at sonaural.com
Mon Jun 5 23:10:56 UTC 2006


Andreas Raab wrote:
> And alternatively speciy a different image via the "imageName"
> parameter (same goes for "vmName" btw):
>
>> <OBJECT
>>     ID="SqueakOCX Control"
>       imageName="MySqueak.image"
>>     WIDTH=1024 HEIGHT=768
>>     ALIGN=center BORDER=2
>>     CLASSID="CLSID:2BE9C39E-8386-4435-B337-FCDAD8EAB006"
>>    
>> CODEBASE="http://www.squeakland.org/installers/SqueakPluginInstaller.exe">
>>
>> <embed
>>     type="application/x-squeak-source"
>       imageName="MySqueak.image"
>>     ALIGN="CENTER"
>>     WIDTH="1024"
>>     HEIGHT="768"
>>     pluginspage="http://www.squeakland.org/detect.html"
>>     update_url="http://www.squeakland.org/update/"
>>     ></embed>
>> </OBJECT>
>>
>>
>
>
>
Andreas and all,

I tried to point to another image in a web browser, but all I get is a
wide, 1 line rectangular box. Here's the html file that I have. I added
that "PARAM" from an html file on squeakland. What am I doing wrong?:

<html>
<head>
<title>Squeak Plugin Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<OBJECT
ID="SqueakOCX Control"
WIDTH=1024 HEIGHT=768
ALIGN=center BORDER=2
CLASSID="CLSID:2BE9C39E-8386-4435-B337-FCDAD8EAB006"
CODEBASE="http://www.squeakland.org/installers/SqueakPluginInstaller.exe">
<PARAM name="update" value="546">
<PARAM name="pluginspage" value="http://www.squeakland.org/detect.html">
<PARAM name="update_url" value="http://www.squeakland.org/update/">
<PARAM name="apiSupported" value="true">
<PARAM name="imageName" value="/home/bfuller/Squeak3.8-6665.image">
<embed
type="application/x-squeak-source"
imageName="/home/bfuller/Squeak3.8-6665.image"
ALIGN="CENTER"
WIDTH="1024"
HEIGHT="768"
update="546"
apiSupported="TRUE"
pluginspage="http://www.squeakland.org/detect.html"
update_url="http://www.squeakland.org/update/"
></embed>
</OBJECT>
</body>
</html>


-- 
Brad Fuller
Sonaural Audio Studio

<http://www.oreillynet.com/pub/au/2184>



More information about the Squeak-dev mailing list