RE: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app

2006-03-15 Thread dos dedos
Of David Katz Sent: Monday, March 13, 2006 7:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app I know the Flash player is limited in its ability interact with the user's file system. I'm wondering if a Flex 2.0 application

Re: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app

2006-03-15 Thread JesterXL
:20 AM Subject: RE: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app I've seen many AJAX examples of drag and drop. Is drag and drop planned for Flex in the future (beyond 8.5) or is their some kind of fundamental reason not to have it? I have a feeling it can be done

Re: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app

2006-03-15 Thread dos dedos
ou've seen with AJAX for drag and drop, you could probably do the same in Flex. - Original Message - From: dos dedos To: flexcoders@yahoogroups.com Sent: Wednesday, March 15, 2006 8:20 AM Subject: RE: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app I've seen

Re: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app

2006-03-15 Thread JesterXL
, 2006 9:10 AM Subject: Re: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app As far as I can tell there are two ways to do Flex/Browser-to-desktop interfacing:1. " You need to serve a crossdomain.xml file over HTTP from the local server. This will allow a web

Re: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app

2006-03-15 Thread dos dedos
, and dragging over top of a Flex interface, dropping it there, and having Flex respond to it. - Original Message - From: dos dedos To: flexcoders@yahoogroups.com Sent: Wednesday, March 15, 2006 9:10 AM Subject: Re: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0

RE: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app

2006-03-14 Thread Matt Chotin
7:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app I know the Flash player is limited in its ability interact with the user's file system. I'm wondering if a Flex 2.0 application (and the new Flash player) has the ability

[flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app

2006-03-13 Thread David Katz
I know the Flash player is limited in its ability interact with the user's file system. I'm wondering if a Flex 2.0 application (and the new Flash player) has the ability to enable a user to drag a file or folder *from the file system* onto a Flex app and have the app perform an action (such as

Re: [flexcoders] Drag drop *from* the user's file system into a Flex 2.0 app

2006-03-13 Thread Michael Schmalle
Hello, My insight is that would be a dream. I bet Adobe is thinking along the same lines though. Looking at Flash5 to Flex2, you can imagine anything for the future. ;-) Other than a no answer to your question, you could use a server side language locally to accomplish something close but,