this.setVolume( this.getVolume() - 10) this.setVolume( this.getVolume() + 10) this.setPan( this.getPan() - 10) this.setPan( this.getPan() + 10) //Debug.write("Got lastframe"); lz.Browser.callJS('setCanAttr', null, 'lastframe'); //Debug.write("Got stop"); //Debug.write("Got loadperc", l); lz.Browser.callJS('setCanAttr', null, 'loadperc', l); //Debug.write("Got frame", f); lz.Browser.callJS('setCanAttr', null, 'frame', f); //Debug.write("Got totalframes", t); lz.Browser.callJS('setCanAttr', null, 'totalframes', t);