| paul watson 2004-05-14, 12:16 am |
| Hi,
I would like to pass vrml field data when a change occurs into a html
routine using the Advise method & cortona client viewer. The other pause()
and play() work fine but the monitorTextAuto() brings up an unspecified
error in my web browser !
Can anyone help ?
<script language=VBScript>
Sub monitorTextAuto()
WINDOW.PARENT.vrmodel.Scene.Engine.Nodes
("editorAction").Fields("StepMessage").Advise(updateText)
End Sub
Sub pause()
WINDOW.PARENT.vrmodel.Scene.Engine.Nodes("editorAction").Fields("pauseFuncti
on") = TRUE
End Sub
Sub play()
WINDOW.PARENT.vrmodel.Scene.Engine.Nodes("editorAction").Fields("playFunctio
n") = TRUE
End Sub
</script>
|