mkcheznous
Programmer
I have a Director 8 movie that will be deployed on a CD.
It uses a sprite with the acrobat activex control to display PDF files.
I use lingo to assign the file name as the user can change the files viewed (sprite(1).src = filename. Before I do the assignment. The first file loads Ok.
Because I had a problem with Reader 5, I then skip out and back to the frame before I allow the movie to load another file. This clears the instance of the control and works fine in Reader 5.
Unfortunately in Reader 6, when I assign a second pdf file to the same control, Director crashes.
When director crashes I get the Reader 6 dialogue "One or more PDF documents are open inside a web browser. If you exit Adobe reader now, those documents will be closed. Are you sure you want to exit?"
If I take the option to "do not show this message again" it sets something in Reader which means whenever I run the movie afterwards I get no problems at all.
... unfortunately I cannot find a way to switch off this warning either by manually though Reader or via code. Anybody know how ?
It uses a sprite with the acrobat activex control to display PDF files.
I use lingo to assign the file name as the user can change the files viewed (sprite(1).src = filename. Before I do the assignment. The first file loads Ok.
Because I had a problem with Reader 5, I then skip out and back to the frame before I allow the movie to load another file. This clears the instance of the control and works fine in Reader 5.
Unfortunately in Reader 6, when I assign a second pdf file to the same control, Director crashes.
When director crashes I get the Reader 6 dialogue "One or more PDF documents are open inside a web browser. If you exit Adobe reader now, those documents will be closed. Are you sure you want to exit?"
If I take the option to "do not show this message again" it sets something in Reader which means whenever I run the movie afterwards I get no problems at all.
... unfortunately I cannot find a way to switch off this warning either by manually though Reader or via code. Anybody know how ?