The following code should be a start for using a mix of OBJECT and
EMBED.  I can't test very well, because I can't get the plugin working
in any permutation.  The below code does get the plugin to start,
however, and it *seems* to be trying for the proper URL.

Note that extra parameters are supposed to be moved to PARAM tags,
instead of just listed as extra attributes to the surrounding tag.

-Lex


====

<html>
<head>
<title>Squeak Project Loader</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF">
<OBJECT 
        type="application/x-squeak-source"
        ALIGN="CENTER"
        WIDTH="1024"
        HEIGHT="768">

<param name="win32" value="Squeak3.1alpha of 28 February 2001 [latest update: #3966]">
<param name="update" value="70">
<param name="macos" value="Squeak3.1alpha of 16 May 2001 [latest update: #4081]">
<param name="loader_url" value="http://www.squeakland.org/project.jsp";>
<param name="src" value="/projects/games/Same%20Game.001.pr">

<EMBED 
        type="application/x-squeak-source"
        ALIGN="CENTER"
        WIDTH="1024"
        HEIGHT="768"
        src="/projects/games/Same%20Game.001.pr"
        update="70"
        win32="Squeak3.1alpha of 28 February 2001 [latest update: #3966]"
        macos="Squeak3.1alpha of 16 May 2001 [latest update: #4081]"
        
        loader_url="http://www.squeakland.org/project.jsp";
        pluginspage="http://www.squeakland.org/detect.html";>
hello there.

</EMBED>

</OBJECT>

</body>
</html>

Reply via email to