hi guys,

i'm looking at making a drawing canvas with limited images (about 5 images, which can be used 1 or more times).

I haven't started coding yet, but is there a way to make a "bucket" of items, that can be dragged on to a canvas within a range of "x,y's" , and when I hit a button the flash generates an XML file that can be exported a server side page e.g. ASP.NET, PHP etc?

basically i would want say

<xml>
<canvas>
<image type="image1" x="45" y="50" />
</canvas>

to be generated if image1 was dragged on to the canvas at position X: 45, y:50.


any help much appreciated!