script


  
  DEF script Script {
  directOutput TRUE
  eventIn SFTime touch
  field SFNode video USE video
  field SFNode sound USE sound
  field SFNode text USE text
  field SFInt32 state 1
  field MFString string IS name
  field MFString string0 [ "playing" ]
  field MFString string1 [ "stopped" ]
  url "javascript:
  function initialize() {
          text.string = string;
          }