brjames
05-09-2001, 01:29 PM
I am trying to open a Pdf file from a CD based PC flash 5 projector.
The version of Acrobat used to open the files is running from the CD
I can get Acrobat to open the files using the code specified below.
------------
fscommand ("exec", "reader\\AcroRd32.exe\t\\pdf\\test.pdf");
------------
but I want to open pdf files in a higher directory...i.e
../content/pdf/test.pdf
In theory the code should be:
------------
fscommand ("exec", "reader\\AcroRd32.exe\t..\\pdf\\test.pdf");
or
fscommand ("exec", "reader\\AcroRd32.exe\t\\..\\pdf\\test.pdf");
-----------
The error I get is 'path not found' when acrobat opens
Does anyone know the correct code to do this?
I works in the windows command line but not from flash?
Thanks
Ben
[email protected]
The version of Acrobat used to open the files is running from the CD
I can get Acrobat to open the files using the code specified below.
------------
fscommand ("exec", "reader\\AcroRd32.exe\t\\pdf\\test.pdf");
------------
but I want to open pdf files in a higher directory...i.e
../content/pdf/test.pdf
In theory the code should be:
------------
fscommand ("exec", "reader\\AcroRd32.exe\t..\\pdf\\test.pdf");
or
fscommand ("exec", "reader\\AcroRd32.exe\t\\..\\pdf\\test.pdf");
-----------
The error I get is 'path not found' when acrobat opens
Does anyone know the correct code to do this?
I works in the windows command line but not from flash?
Thanks
Ben
[email protected]