Hi Etomthnu,
The Java script means you can do full scripting, create your own javascript object oriented
programs to control the interactivity off your scene …
something like :
function OnMouse (message, instance, surface) {
if (message == "lb_down")
{
switch (instance)
{
case 'blah:layer1' : { play_some_anim(); break }
case 'blah:layer2' : { play_some_other_anim(); break }
}
}
}
I’ll post a simple interactive demo as soon as I’ve got something that doesn’t
show cubes 
But the ocx control that allows viewing of pim content inside your browser is also
under development, and should be ready soon.
Grtz,




