exwyzee
02-25-2004, 07:51 AM
Hi all
I'm having trouble opening PDF files from CD-Rom. At the minute I have a Flash file presentation, that when run, works and opens the desired PDF files (from HD)
However, when I come to embed this Flash file in HTML (I launch this HTML file via autorun), the PDF files won't open.
I'm a bit of a numtpy when it comes to coding (but I'm learning :D ), this is how it's set at the mo:
on (press) {
getURL("../PDF/the_basics/Enforcement.pdf");
}
Is there a code for '_root' or path name for CD-Rom searching? You know, a bit of code that will always look on the CD-Rom? I dunno, is it summit like ../folder/pdf/myfile.pdf or do the slashes need to be '..\name\etc.pdf?
Please 'elp!! :)
I'm having trouble opening PDF files from CD-Rom. At the minute I have a Flash file presentation, that when run, works and opens the desired PDF files (from HD)
However, when I come to embed this Flash file in HTML (I launch this HTML file via autorun), the PDF files won't open.
I'm a bit of a numtpy when it comes to coding (but I'm learning :D ), this is how it's set at the mo:
on (press) {
getURL("../PDF/the_basics/Enforcement.pdf");
}
Is there a code for '_root' or path name for CD-Rom searching? You know, a bit of code that will always look on the CD-Rom? I dunno, is it summit like ../folder/pdf/myfile.pdf or do the slashes need to be '..\name\etc.pdf?
Please 'elp!! :)