• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

drag drop is not working on premiere extension

Community Beginner ,
Nov 13, 2012 Nov 13, 2012

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

TOPICS
SDK

Views

981

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Nov 13, 2012 Nov 13, 2012

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.

Votes

Translate

Translate
Adobe Employee ,
Nov 13, 2012 Nov 13, 2012

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines