Type | Name | Description |
property | XMLConfig | URI of the .ActiveGSXML file |
property | EmulatorParam | Set Runtime params |
property | SystemParam | Set System parameters |
property | Slot51 | Set disk image in Slot5, Drive1 |
property | Slot52 | Set disk image in Slot5, Drive2 |
property | Slot61 | Set disk image in Slot6, Drive1 |
property | Slot62 | Set disk image in Slot6, Drive2 |
property | Slot71 | Set disk image in Slot71 |
property | Slot72 | Set disk image in Slot72 |
property | Speed | Set speed : 0=Unlimited, 1=1Mhz, 2=GS, 3=Zip |
property | BootSlot | Set the booting slot (5, 6 or 7) and reboot the emulator |
function | Command() | Send command to the emulator plugin |
To integrate the plugin into your web page, just use the http://activegs.freetoolsassociation.com/deployactivegs.js helper that takes care of the plugin installation procedure on the most common browsers.
Name | Description | Sample |
install | Install the plugin and initialize it with the wanted properties (Cf. list above) | Ex: ActiveGS.install({ "parameters" : { slot51:"Disk.2MG" }) |
command | Send a command to the plugin (while checking that the proper version of ActiveGS is installed (Cf. Commands list) | ActiveGS.command("pause"). |
setEmulatorParam | Change the emulator run-time params (Cf. Runntime Params) | ActiveGS.setEmulatorParam("videofx:lcd;") |
The script also provides version checking : if you want to use the properties listed in that page, your web page must set the "minimumRequiredVersion" to "3.4" in your installation script to be sure your users have installed the proper version.