Copy link to clipboard
Copied
Hello all,
I'm a new user in Flex. And now, I'm trying to create premiere plugin.
-the issue is that I use drag and drop event on desktop app,works nice, when I debug it for Premiere Extension, access the extension on premiere and the event not working succesfully.
The error is Error #1034: Type Coercion failed: cannot convert mx.events::DragEvent@7fff8465a19 to mx.events.DragEvent.
Both same events and already worked in desktop app. Is that a bug or what I'm missing ?
Thanks in advance
Drag-n-drop works just fine; see /SDKPanel/src/ImportFilesDlg.mxml:handleFileDragStart().
I recommend starting from a panel project (based on SDKPanel), then pull in code from your desktop app piece by piece.
Copy link to clipboard
Copied
Drag-n-drop works just fine; see /SDKPanel/src/ImportFilesDlg.mxml:handleFileDragStart().
I recommend starting from a panel project (based on SDKPanel), then pull in code from your desktop app piece by piece.