<applet code=org.freebongo.gui.PlayerApplet codebase=classes width=400 height=200> <param name=presentation value=temp.gui> </applet>
Below is presentation temp.gui. Note that the presentation is simply displayed, there is no main program so the slides and text fields will not respond correctly to user input. See example2.html for a working example.
You must make the Bongo classes available to the browser. You can do this by unzipping the org.freebongo.zip and bongo.zip files into the classes directory. You can also add the org.freebongo.zip file to your CLASSPATH and restart the browser, but in that case it will not work for all users of the page.
It is advisable to use a codebase, otherwise you may have problems editing the temp.gui file in Bongo.
Not all browsers allow you to open this page using a file: URL (because of an SecurityException). If the presentation does not appear below, then try visiting this page using an http: URL.
Don't use scripting in a presentation that you want to use in a browser. Scripting is done using class loaders and will cause many security violations.
To unzip the marimba classes try the following:
cd classes unzip ..\..\..\lib\org.freebongo.zip cd ..