I have sucessfully opened Acrobat from Director by using this code...
on mouseUp me
open "F:\Proj\NCCN\MultipleMyeloma\Director\myeloma8_21_03final.pdf" with "D:\Program Files\Adobe\Acrobat 5.0\Reader\AcroRd32.exe"
end
Problem is, first... the document won't open when the application opens, even though it is in the same folder as the Director movie, the error says the document does not exist. Second, this movie is going to be on a CD Rom and we won't be able to call the exact path to the application. We will however be able to call a direct path to the .pdf file.
Any suggestion...I know it can be done, just forgot how and can't find any documentation.
thanks,
kim
on mouseUp me
open "F:\Proj\NCCN\MultipleMyeloma\Director\myeloma8_21_03final.pdf" with "D:\Program Files\Adobe\Acrobat 5.0\Reader\AcroRd32.exe"
end
Problem is, first... the document won't open when the application opens, even though it is in the same folder as the Director movie, the error says the document does not exist. Second, this movie is going to be on a CD Rom and we won't be able to call the exact path to the application. We will however be able to call a direct path to the .pdf file.
Any suggestion...I know it can be done, just forgot how and can't find any documentation.
thanks,
kim