Viewing Your Project with the Web Player

You must have MicroWorlds 2.0 or MicroWorlds Pro for Windows to create projects for viewing on the Internet!

Instructions for MicroWorlds 2.0

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>
<EMBED src="???.mw2" type="application/x-mw2-plugin"
pluginspage="http://www.lcsi.ca/webplayer" width=?? height=??>
</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.

Instructions for MicroWorlds Pro

1. Open the project in MicroWorlds Pro.

2. Choose Create HTML Template from the File menu to create a Web page containing your project.

3. Double-click on the HTML file that you have just created to view it locally in your Browser. Check that your project is working properly.

4. 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.

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


Copyright 1998 Logo Computer Systems Inc.