Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/10/2008, 16:48
exangel
 
Fecha de Ingreso: abril-2008
Mensajes: 613
Antigüedad: 16 años
Puntos: 22
Respuesta: Descarga de archivos al disco duro

Si copias el que viene en la ayuda de FLASH 8 (en posterior será lo mismo), tal cual:

var fileRef:FileReference = new FileReference();
fileRef.addListener(listener);
var url:String = "http://www.macromedia.com/platform/whitepapers/platform_overview.pdf";
if(!fileRef.download(url, "FlashPlatform.pdf")) {
trace("dialog box failed to open.");
}

CAMBIANDO EL NOMBRE DEL ARCHIVO y la URL, te debe funcionar.
__________________
Compartir es vivir
www.programador-php.com