Hi

I was following the last example on
http://www.adobe.com/devnet/flex/quickstart/adding_drag_and_drop/

I'm having a problem when I replace embedded images with dynamic URLs.

this is the part of the code that I'm having problem with:

// Create a copy of the coin image to use as a drag proxy.
               var dragProxy:Image = new Image();
               dragProxy.source = event.currentTarget.source;

if the source is embedded like in the example ([Embed("assets/5c.png")]) it
works fine, but when replaced with a dynamic image, I can't see the proxy
image been dragged.

Has anyone else found this problem? any solution?

by Paolo

Reply via email to