"Save As" in flash
"Save As" in flash
Out of context: Reply #14
- Started
- Last post
- 18 Responses
- acescence0
function saveAs():void {
var yourURL:URLRequest = new URLRequest ( "the url");
fileRef.download(yourURL);
}- doesn't seem to be workingdbloc
- needs to be an absolute urlmaximillion_