Re: [Flashcoders] Drag and drop from desktop to browser

2009-11-04 Thread Dave Watts
If Google Wave, can do it, how can the rest of us pull it off =) Get yourself a REALLY BIG company and influence the next version of HTML? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training

Re: [Flashcoders] Drag and drop from desktop to browser

2009-11-03 Thread Peter B
You can drag images from your local drive to Google Wave already - does need gears too though... 2009/10/31 Pedro Kostelec pedrok...@gmail.com: Hm...as far as i know they are trying to integrate the drag and drop technology in Google Wave, but i think it is only a feature of HTML5.

Re: [Flashcoders] Drag and drop from desktop to browser

2009-11-03 Thread AutGlass Jobs
If Google Wave, can do it, how can the rest of us pull it off =) On Tue, Nov 3, 2009 at 4:53 AM, Peter B pete...@googlemail.com wrote: You can drag images from your local drive to Google Wave already - does need gears too though... 2009/10/31 Pedro Kostelec pedrok...@gmail.com: Hm...as

[Flashcoders] Drag and drop from desktop to browser

2009-10-31 Thread AutGlass Jobs
Hello, I was wondering would there be a way to drag and drop a file from the desktop to a an area on a webpage within a browser? If so, anyone know how that might be done? I know AIR can do this, but I want to try to allow file sharing to be done specifically from the desktop to within a

Re: [Flashcoders] Drag and drop from desktop to browser

2009-10-31 Thread Pedro Kostelec
Hm...as far as i know they are trying to integrate the drag and drop technology in Google Wave, but i think it is only a feature of HTML5. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] Drag and drop in AS3

2008-09-23 Thread Lord, Susan, CTR, DSS
Hi there, I am programming a drag and drop using a instance array. The problem I am having is that the instances have dynamic text within them. I am trying to track what symbol the user clicked so that I can drag that instance. Well... sometimes, the program registers the button name, and

Re: [Flashcoders] Drag and drop in AS3

2008-09-23 Thread Glen Pike
Hi, Try something like the following - choose one or the other depending on your implementation... //loop... aButtons[i].mouseChildren = false; //or aButtons[i].text.mouseEnabled = false; HTH Glen Lord, Susan, CTR, DSS wrote: Hi there, I am programming a drag and drop using a instance

Re: [Flashcoders] Drag and drop in AS3

2008-09-23 Thread Matt S.
I find that sometimes if the font for the dynamic text isnt embedded it can cause weird mouseover issues, where the mouse is affected by the dynamic text, even if I set mouseChildren and mouseEnabled to false. 2ยข... .m On Tue, Sep 23, 2008 at 10:58 AM, Lord, Susan, CTR, DSS [EMAIL PROTECTED]

Re: [Flashcoders] Drag and drop in AS3

2008-09-23 Thread Gerry
Susan, Try... aButton[i].buttonMode = true; aButtons[i].mouseChildren = false; On Sep 23, 2008, at 10:58 AM, Lord, Susan, CTR, DSS wrote: Hi there, I am programming a drag and drop using a instance array. The problem I am having is that the instances have dynamic text within them. I

RE: [BULK] Re: [Flashcoders] Drag and drop in AS3

2008-09-23 Thread Lord, Susan, CTR, DSS
aButtons[i].mouseChildren = false; worked like a charm! Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerry Sent: Tuesday, September 23, 2008 11:23 AM To: Flash Coders List Subject: [BULK] Re: [Flashcoders] Drag and drop in AS3 Importance

Re: [Flashcoders] Drag and drop in AS3

2008-09-23 Thread Ashim D'Silva
When you recieve an event the difference between event.currentTarget and event.target could be of much help. I can never remember which is which but check the language reference. But nothing like disabling the childrens mouse events with mouseChildren = false; 2008/9/24 Matt S. [EMAIL PROTECTED]

[Flashcoders] drag and drop

2007-07-18 Thread Jon Bradley
Anyone attempt a DragManager class in AS3 for use with Flash CS3 (not the flex sources). Specifically a singleton that takes a proxy (bitmap) and uses that for the dragging, with a method to have acceptable targets. Trying to work that out and would like to know if I'm re-inventing the

[Flashcoders] Drag and Drop

2007-05-30 Thread Lord, Susan Ms. (CONTR)
Hello, I posted this on the newbie's list and didn't get a response, so I figured I would try here. Sorry for the double post for those of you who watch both lists. I have a drag and drop and have an issue. When I roll over one of the other pieces and click the piece stays instead of jumping

[Flashcoders] Drag and Drop: Need help creating 1 drag for Multiple drops. Willing to pay. Need help ASAP.

2006-10-05 Thread newbie133
Need help Creating 1 drag for Multiple drops. Example of code below. I want to drag fruit into multiple (targets) containers that lock. Fruit can have multiple correct targets. I can this to work 1-on-1 but not multiple. Thanks! This is code on frame 1. Movies Clip: Fruit Target:

[Flashcoders] Drag and drop with Multiple targets function

2006-09-15 Thread J ROWLEY
Hello, I am trying to create a concise piece of code for a drag and drop that I can reuse again and again. The dragged item should be able to land on any target (but only one target is correct - although I would like it to be easy to set more than one target). I want it to be customisable

[Flashcoders] Drag and drop with Multiple targets function

2006-09-15 Thread J ROWLEY
Hello, I am trying to create a concise piece of code for a drag and drop that I can reuse again and again. The dragged item should be able to land on any target (but only one target is correct - although I would like it to be easy to set more than one target). I want it to be customisable

Re: [Flashcoders] Drag-n-Drop from DataGrid to Tree Flash 7

2005-12-23 Thread Wade Arnold
http://drumbeatinsight.com/dnddatagrid Email me off list and you can view the beta. It works great with flash 7. Wade On Dec 22, 2005, at 12:52 PM, Jeff Mastropietro wrote: Does anyone know of a good drag-n-drop script for Flash 7. I need to be able to drag an item from a DataGrid, to a

[Flashcoders] Drag-n-Drop from DataGrid to Tree Flash 7

2005-12-22 Thread Jeff Mastropietro
Does anyone know of a good drag-n-drop script for Flash 7. I need to be able to drag an item from a DataGrid, to a Tree component. This component is really great, but it's for Flash 8: http://www.sephiroth.it/index.php?blogId=2005_11_20_weekly.html Thanks, Jeff