/ Published in: ActionScript 3
You'll
Expand |
Embed | Plain Text
//You'll need this too. import flash.net.FileReference; import flash.net.URLRequest; var fileRef:FileReference = new FileReference(); fileRef.download(new URLRequest("theURLToTheFile.jpg"), "theNameYouWantToSaveItAs.jpg");
You need to login to post a comment.
