Note: the RevWeb plugin is still in the alpha stage of development so some features may not work as expected.
One common problem is that system dialogs appear behind the browser window, so if a revlet asks you to choose a file, move the browser window out of the way to see the file dialog.
One other issue is that the RevWeb process does not always close after the revlet has finished. This seems to happen if the browser crashes or if multiple attempts are made to reload the revlet when it is still waiting for a hidden dialog to be used. If this happens, quit the browser and look in your Activity Monitor / Task Manager for any processes called revWebPlayer. Quit or force-quit all of these and restart the browser.
The System revlet can only be displayed if the RevWeb plugin is installed.
Please follow the link below to download and install this plugin.
\n');
if (result)
return name+',';
else
return '';
}
function detectNS(ClassID,name) {
n = "";
if (nse.indexOf(ClassID) != -1)
if (navigator.mimeTypes[ClassID].enabledPlugin != null)
n = name+",";
return n;
}
pluginlist += navigator.javaEnabled() ? "Java," : "";
if (pluginlist.length > 0)
pluginlist = pluginlist.substring(0,pluginlist.length-1);
var plugin = document.getElementById("plugin");
var noplugin = document.getElementById("noplugin");
plugin.style.display = "none";
noplugin.style.display = "none";
if (pluginlist.indexOf("Revolution")!=-1) {
plugin.style.display = "block";
} else {
noplugin.style.display = "block";
}
Time & date in Queensland, Australia:
Fri, 10 Sep 2010 07:10:31 AM +1000