At the moment i get how to create a sprite when an image is dropped in the windows and set their binary data inside the Base64 variable of the sprite.
Here is the capx.
https://dl.dropboxusercontent.com/u/659 ... drop1.capx
So, or i find someway to convert that binary data into Base64 or directly set the sprite an image using the binary data.
In case the convert to Base64 is correct the events are done so the image will appears.
Also you will need this behaviour to open the .capx. Is a behaviour to extract the Base64 from an image:
viewtopic.php?f=153&t=68494&p=873882&hilit=pode+base64+extract
But can convert the binary data to Base64 seems

Any idea?