Kevin Taylor
10-09-2002, 04:08 PM
I have looked at all the threads pertaining to using PDF's with MX. I don't believe I saw anything that would exactly help me with my latest project.
I am making an application using MX, to be distributed via CD. In one portion of the application I refer to a PDF document, that I use the following code for.
on (release) {
getURL("Resources/Loading Labels.pdf");
}
This affectively loads the PDF into the internet browser, using the PDF plug-in.
However, I don't want to use the internet browser to display the document, I wish to display it in it's native Reader program.
I have tried using fscommand and the 'exec' subset, yet I get no response at all.
Is there a way to force the environment OS to use it's association instead of the browser to display PDF's, and if so can anyone please assist me.
As always, thanks a lot guys!
-Kevin Taylor
Marketing Publications
Datamax Corporation
Orlando, Florida
I am making an application using MX, to be distributed via CD. In one portion of the application I refer to a PDF document, that I use the following code for.
on (release) {
getURL("Resources/Loading Labels.pdf");
}
This affectively loads the PDF into the internet browser, using the PDF plug-in.
However, I don't want to use the internet browser to display the document, I wish to display it in it's native Reader program.
I have tried using fscommand and the 'exec' subset, yet I get no response at all.
Is there a way to force the environment OS to use it's association instead of the browser to display PDF's, and if so can anyone please assist me.
As always, thanks a lot guys!
-Kevin Taylor
Marketing Publications
Datamax Corporation
Orlando, Florida