Thanks for that Aric.
I'm actually trying to do something more like a VM; take a pulpcore
Scene (A), and with minimal modification, make it a subcomponent in
another scene (B). I don't mind there being a few restrictions on
which calls I can make from scene A. Statically bound calls like
Stage.getWidth( ) might be a problem, for example, unless there's an
easy search/replace fix.
Thanks for any suggestions.
-Arya
On Nov 10, 3:11 pm, Aric Holland <
aricholland2...@gmail.com> wrote:
> <applet code="applet1.class"></applet><BR /><BR /><applet
> code="applet2.class"></applet>
>
> The code for if you want to run the apps on a webpage simultaneously. Hope
> that helps.
>