If it's an AIR app there are tutorials and documentation online on dragging and dropping from outside the program. http://stackoverflow.com/questions/8718123/dragging-from-desktop-to-air-application
If it's a browser app then you may have to use HTML API to accept drag and drop. You can code it yourself using HTML API and ExternalInterface or it looks like Ardisia labs has components for it too. In my opinion, or I've been taught, it's better to buy components if possible bc hundreds of customers are using, testing and catching bugs. On Thu, Dec 10, 2015 at 4:00 AM, Raj U. Shaikh <[email protected]> wrote: > It helps, Thanks Om. > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of OmPrakash > Muppirala > Sent: Thursday, December 10, 2015 12:54 AM > To: [email protected] > Subject: Re: Drag file from windows and drop into flex application > > Ardisia has a very good component that supports HTML Drag/Drop in Flex > applications (non-AIR). > > Take a look at: http://www.ardisialabs.com/demo/ (search for HTML > DragDrop) > Documentation: http://www.ardisialabs.com/documentation/htmlDragDrop > > Unfortunately, Ardisia is not free or open-source. > > Thanks, > Om > > On Wed, Dec 9, 2015 at 9:45 AM, Alex Harui <[email protected]> wrote: > > > Is this an AIR app or browser app? I know you can do it in an AIR app. > > > > On 12/9/15, 3:41 AM, "Raj U. Shaikh" <[email protected]> wrote: > > > > >Hi All, > > > > > >Is there any way to drag a file from desktop(or any other location > > >from hard disk) and drop it into flex application? > > >I can use FileReference upload/load API. But I don't want to use > > >browse API instead I would like to give an option to user to drop a > > >file on to flex application. > > > > > >Regards, > > >Raj > > > > >
