[Q] plugin on winxp and msie6?

PhiHo Hoang phiho.hoang at rogers.com
Tue Feb 18 18:20:48 UTC 2003


Hi Michael,

    Have you ever tried to use Squeak as a helper app to run project file
    instead of as a browser plugin ?

    Thanks,

    PhiHo.

----- Original Message -----
From: "Michael Rueger" <m.rueger at acm.org>
To: "The general-purpose Squeak developers list"
<squeak-dev at lists.squeakfoundation.org>
Sent: Monday, February 17, 2003 1:26 PM
Subject: Re: [Q] plugin on winxp and msie6?


>
>
> Baveco, dr J.M. wrote:
> > Hi all,
> >
> > will the current plugin version (latest on squeakland?) run in MSIE6.0
on
> > WINXP? If so, is special code required to startup the plugin?
>
> Starting with 5.5 IE SP 3 or so IE does not support the Netscape plugin
> architecture anymore.
> For IE you need the template outlined at the end of this email (you can
> combine this with the embed template you are using now to support both
> variants). The "src" parameter needs a URL to the project you are trying
> to load. You can also have squeakland generate the launching page for
> you by linking to
> http://www.squeakalpha.org/project.jsp?<url of project goes here>
> e.g.
>
http://www.squeakalpha.org/project.jsp?http://www.squeakalpha.org/uploads/2%
20little%20cars.001.pr
>
> (The line above may be wrapped by your mail reader).
>
> Michael
>
>
> -------------
>
> <OBJECT
> ID="SqueakOCX Control"
> WIDTH=1024 HEIGHT=768
> ALIGN=center BORDER=2
> CLASSID="CLSID:2BE9C39E-8386-4435-B337-FCDAD8EAB006"
>
CODEBASE="http://www.squeakalpha.org/installers/SqueakPluginInstaller.exe">
>    <PARAM name="src" value="The project you are trying load goes here">
>    <PARAM name="update" value="144">
>    <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="update_server" value="Squeakalpha">
>    <PARAM name="loader_url"
value="http://www.squeakalpha.org/project.jsp">
>    <PARAM name="pluginspage"
value="http://www.squeakalpha.org/detect.html">
>    <PARAM name="update_url" value="http://www.squeakalpha.org/update/">
> <PARAM name="apiSupported" value="true">
> </OBJECT>
>
>
>
>



More information about the Squeak-dev mailing list