Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

downloadable file from flash page

Status
Not open for further replies.

bugg

Programmer
Jun 20, 2001
62
US
I'm guessing that is probably done in Java, but really don't have a clue. I would like to have a button in my page that when pressed would initiate the download of a PDF file to the viewer's machine. Can somebody explain this to me, or point me to somewhere I can learn how to do this, please...

thanks much

bugg
 
couldn't you just have a button that calls the pdf with the get url action..it will automatically prompt the user to download the file..

i think..
e.gif


carlsatterwhite@endangeredgraphics.com
 
Okay, So, if I get you correctly, then it should look something like this???

on (press) {
getURL ("folder/my file.pdf")
}


...and it will propmt the viewer to download "my file"?

thanks

bugg
 
thanks virt, the minor details have a tendency to get me...

bugg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top