Description
This event is triggered when a text string has just been dropped into the main window.
Syntax
Application.dragdrop.onDropText = function (str) { trace(str); }
Parameters