LCSI

 


Project Library

Main MenuSubmit Your Projects

MicroWorlds 2.0 for Windows

1. Create a folder on your hard disk where you will be putting the
MicroWorlds project and the HTML file.

2. Start up MicroWorlds 2.0. Open your project and check its size
using show projectsize (in the Command Center). Write down the name
of the project and the project height and width. Close your project.

3. Start up Microsoft Wordpad (or another text editor) to type in
the HTML code.

4. Type the following:

<html>
<head>
<title>My MicroWorlds Project</title>
</head>
<body>
<div align="center">
<object classid="clsid:d467aa06-e4f1-454c-b08c-916996c09579" width="???" height="???">
<param name="url" value="???.mw2">
<embed src="???.mw2" type="application/x-mw2-plugin" pluginspage="http://www.lcsi.ca/webplayer" width="???" height="???"></embed>
</object>
</div>

</body>
</html>

Just replace ???.mw2 with the name of your MicroWorlds project (remember to include the mw2 extension). Keep the name in the same case (upper/lowercase) as the actual name of your project file.
Replace the width ?? and the height ?? with the numbers that were reported by projectsize (step 1).

5. Save the file as project.html. Replace the word project with the name of the project. Close the file.

6. On your desktop, make sure that your project and the HTML file are in the folder that you created in Step 1.

7. Double-click on the HTML page to view the result locally. Check that your project is working properly.

8. Get some technical assistance from your Internet Service Provider
so you can upload both the Web page you just created and the
MicroWorlds project to a Web server.

9. Point your Browser to the new Web page to test it.