flash pdf question
flash pdf question
- Started
- Last post
- 6 Responses
- steadyvibe
does anyone know how to make a button that allows yo to download a pdf in flash 6?
- steadyvibe0
anyone?
- jpea0
wouldn't you just link to it like a regular url? geturl?
- mrdobolina0
I think he means force the pdf to download instead of it opening with the plugin. PHP scripts are available for that.
- steadyvibe0
HELP!!!!
- elevate0
yeah...you just do a getURL("yourpdf.pdf", "_blank");
- unfittoprint0
if you want the user to download it, instead of opening it, just zip that mutha and use getURL("mypdf.zip")...