Hi, I have a 160 page pdf document and I am trying to create a Flash Based catalog, basically I am using the getURL action in Flash and to put all of this onto a CD.
What I want to know is how I can link to the PDF file and get it to go to a certain page, I have read that you can link to a specific page using #page=(pageno) however this does not seem to work.
The code I am using is:
getURL("PDF\\3-17 Billing\\3-17 Billing.pdf#page=155","_blank");
note:
getURL("PDF\\3-17 Billing\\3-17 Billing.pdf","_blank"); loads the pdf file correctly I just need to know how to get it to go to the right page.
As you can see I am using relative referencing because the files will go onto a CD and so I can't guarantee what the CD drive letter and therefor location of the PDFs would be.
Thanks for your help,
Wayne