myObject:Object = {}; myObject.method = function(par:String):Void { trace(par); }; setInterval(myObject, "method", 100, "Привет orcpochta");