I guess it worked for igorsden ... requirements are that u use the actual filename in the getURL, and that its located in the same folder (else u have to include the path to the folder in the getURL) I'm not familiar with file:///filename.pdf
For instance, u have a pdf file named document.pdf, in the same folder as the swf, than the getURL is :
getURL ("document.pdf");
If its in a subfolder named "pdfs", then the getURL would be :
getURL ("pdfs\document.pdf");
__________________
RicoD
Link ?
|