Changeset 11

Show
Ignore:
Timestamp:
03/16/07 11:56:30 (2 years ago)
Author:
root
Message:

Add onData prototype (commented) into the flash client... will experiment to see if it is faster than standard flash XML processing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ming-source/operator_panel.pl

    r8 r11  
    72937293$movie->add(new SWF::Action(<<"EndOfActionScript")); 
    72947294 
     7295/* 
     7296XMLSocket.prototype.onData = function(msg) 
     7297{ 
     7298        trace("MSG: " + msg) 
     7299        msgArea.htmlText += msg 
     7300} 
     7301*/ 
    72957302 
    72967303function conecta() {