Java applets & Revlets
Jerry Balzano
gjbalzano at ucsd.edu
Tue Sep 22 17:13:26 EDT 2009
I hope this isn't too bizarre a request.
I want a Revlet to be able to control which of several (pre-made) Java
applets a user sees. How would one do this? Is it possible to embed
a Java applet inside a Revlet?
I was looking through previous messages to see if this question had
been asked previously and I learned (a little) about a stack property
called the revletParams, but I don't know how or if it would apply
here. For example, would one stick the whole string
<applet code="org.nlogo.window.Applet"
archive="NetLogoLite.jar"
width="460" height="280">
<param name="DefaultModel"
value="Tag.nlogo">
</applet>
inside the revletParams? (And then what?)
Sorry for the painfully naive nature of these questions, but this is
all untrodden ground for me.
Thanks,
Jerry Balzano
More information about the use-livecode
mailing list