PDA

View Full Version : about PDF & MDM flashstudio pro v2


arkitonto
06-21-2005, 04:31 PM
Hi,
I begin to use FlashStudio now because I need to load a PDF file in my project.
I have many doubts about it works. Two of them are very importante to me:

1š - Why the fscommand's donīt work with the conventional sintax? I put, for exemple, fscommand ("mdm.exit") in a button and it don't work. But, if I put fscommand ("flashstudio.exit") it works. :confused:

2š - With pdf_load appears, when executed, one error message handler:
... Interface not supported...

If somebody will be able to explain this to me, would be very been thankful.

Thanks

PS: I have Adobe Acrobat 7.0 Professional installed.

madgett
06-23-2005, 01:29 AM
If you are using ZincV2 you can just do this:
mdminit(); // allows for short hand
mdm.exit(); // instead of fscommand("mdm.exit");