matimage
01-28-2003, 12:44 PM
Hi,
i am using this code to launch PDFs from flash:
filename = "test.pdf";
fscommand ("exec", "start\t" + filename);
fscommand ("exec", "cmd\t/c\t" + filename);
However, i get the windows DOS window popup, is there any way of not having this appear or to kill it straight away?
i am using windows xp professional
Cheers,
Mat
i am using this code to launch PDFs from flash:
filename = "test.pdf";
fscommand ("exec", "start\t" + filename);
fscommand ("exec", "cmd\t/c\t" + filename);
However, i get the windows DOS window popup, is there any way of not having this appear or to kill it straight away?
i am using windows xp professional
Cheers,
Mat