lammy1969
10-29-2010, 09:25 AM
I've searched and read many answers to my question but nothing seems to working.
I have to create a CD with both mac and PC executables. Within these I have to open a number of PDFs. I've tried:
on(release){
getURL("pdfs/worldwide.pdf", "_blank");
}
but it doesn't work. If I upload the PDF to a server and try this
on(release){
getURL("mydomainame/pdfs/worldwide.pdf", "_blank");
}
It works. Why can't the executable launch the PDF locally?
Does anyone have an alternative solution?
Many thanks in advance.
I have to create a CD with both mac and PC executables. Within these I have to open a number of PDFs. I've tried:
on(release){
getURL("pdfs/worldwide.pdf", "_blank");
}
but it doesn't work. If I upload the PDF to a server and try this
on(release){
getURL("mydomainame/pdfs/worldwide.pdf", "_blank");
}
It works. Why can't the executable launch the PDF locally?
Does anyone have an alternative solution?
Many thanks in advance.