In my case, I was using a Tree control. Each element contains the meta data I need to have to drive the download process. When I start the drag, I take the data provider and create an array of value objects that I add to the drag source by dragSource.addData(resultItems,"items");
Jeff -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Carpenter Sent: Friday, May 16, 2008 11:32 AM To: [email protected] Subject: [flexcoders] Re: AIR drag/drop via asynchronous download Thanks Jeff - that's pretty much where I'm up to; I've implemented a ChangeWatcher that watches for an update on the ModelLocator, indicating completion of the download process. My problem now is how to make all this work with a TileList (my drag source) so that I can drag 'files' out of the TileList, then download them and copy the files into whatever target the user dragged to. ------------------------------------ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links

