> There is something wrong with the following script...the pdf-file i wish to
> open olnly does so 3 out of 4 times, when it doesnt i get the error message
> that the file doesnt exist.(the file is located in the same folder as the
> movie playing)...any ideas?
>
> -----------------------------
> on mouseUp
> open "test.pdf" with "c:\program\adobe\acrobat 4.0\acrobat\Acrobat.exe"
> end
> ----------------------------
This has happened to me on several different projects. In the past, I've
done two things to fix the problem. One I put Acrobat reader in a folder on
my CD in the same folder as your projector. This way I don't have to worry
if the machine has it or where its located. Then I've found that inverting
the open command parameters solves the problem. (Good old Lingo syntax at it
again).
So make the call:
open the pathname "acrobat 4.0\acrobat\Acrobat.exe "&the pathname
"your_pdf_folder\test.pdf"
Good luck,
JRS
===========================================================
John R. Sweeney Jr. ([EMAIL PROTECTED])
Interactive Multimedia Developer/Digital Media Specialist
OnDemand - Interactive, Inc. (www.ondemandinteractive.com)
P.O. Box 95811 847.310.5959 (office/fax)
Hoffman Estates, IL 60195 847.651.4469 (cellular)
===========================================================
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]