fs = new FlashSound(); fs.setSWF("./dynapiexamples/images/sndfx.swf"); HTMLComponent.setFlashSound(fs); // Set FlashSound object for all HCs
var t='Some text text here and here'; var tp = new Template('This is the Template:<center><form><table border="1" width="150"><tr><td align="center">Enter Some Text:<br>{@fld}</td></tr></table></form></center>',100,100,250,200,'#EEEEEE'); tp.addChild(new HTMLTextArea(null,t),'fld'); tp.fld.sndOnKeypress = '/type@start'; tp.fld.setWrap(true);