PDA

View Full Version : opening PDF?


lucas22
04-17-2002, 05:20 PM
Hi -

I'd like to create a button which enables the user to either see a pdf file on line or download it. Either way would be fine.

What code would I use to call for the PDF?

thanks
- Lucas

Tink
04-17-2002, 05:47 PM
i think it's

get URL ()

if u do it in normal mode (actionscript) then u just add the path to the file i.e. http://www.actionscript.org/myfile.pdf

hope it helps

BLEEDos

Tink
04-17-2002, 05:55 PM
i just tried that and it opened it in the window where the button was so i gues u need to tell it to open a new window at the same time