PDA

View Full Version : extra help with tutorial...


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

farafiro
01-28-2003, 01:07 PM
this won't work with the new flash player
read the security white paper pdf file in MM site

matimage
01-28-2003, 01:29 PM
yeah, i know i need to use Flash 5 and i have it working but i was wondering if it can work without the DOS window popping up.

Thanks
Mat

farafiro
01-28-2003, 01:41 PM
ahuh, sorry I got you wrong,
I think you can't