Revlets on the web

Andre Garzia andre at andregarzia.com
Wed Jan 25 19:35:27 EST 2012


Folks,

If you guys think that the HTML code generated by the revLet
deployment is ugly, then, you should take a look at my revletobject
project at:

http://andregarzia.com/page/revletobject

It allows you to embed a revlet in a webpage with no pain. For example:

<div id="main"></div>

<script type="text/javascript">
if (revletobject.pluginloaded()) {
  revletobject.load({
    width: 655,
    height: 530,
    src: "labone.revlet",
    stack: "labone",
    instanceID: "1",
    id: "main"});
}
</script>




More information about the use-livecode mailing list