|
|||
|
I want to drag a file from an swfkit app to e.g. windows explorer. Is this possible?
I tried the code below, but I only receive this text: "[object Folder]" Code:
Application.dragdrop.enable = true;
Application.dragdrop.onDragGetData = function ()
{
f = new File("D:\\My Pictures\\capture 2010-5-30 13-41-11.jpg"); //this is an existing file
return f;
}
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|