Part 2: Load Image from URL into Dynamic Text Box - goodinson.snapshot
I have a flash file where a user can add an image url into a Dynamic Text Box (image_in.text) and the image will now appear in the flash file.
I am using goodinson.snapshot as featured in this article: Saving Flash graphics as image files at runtime | Adobe Developer Connection
This application works fine (graphic is generated and downloaded) only if a user chooses an included graphic in the flash file (loaded externally) or if I declare a url inside the flash file for the load image variable (var image_url:String = "http://website.com/image.jpg";).
However, if a user enters an image url into the Dynamic Text Box (image_in.text), which the flash does successfully load, the download image function no longer works!
Is this a security bug in flash itself? Or am I missing a code tweak somewhere?
If an FLA that does this already exists somewhere, let me know.
Thanks in advance for your help!
