startDrag - loader
Hi. im working on an image viewer and im loading an image to a loader and then add the loader to the stage.
I want the user to be able to drag and drop the image but since it's a loader i dont know how to do it.
I tried
imageLoader.startDrag = true;
imageLoader.content.startDrag = true;
but im getting an error on both.
Any one knows how can i drag it ?