Hi all, I'm trying to create an AIR application where an important feature must be loading PDF documents, rendering them in an HTML component, and navigating the PDF document pages as the user interacts with the AIR application.
For example, imagine 2 PDF documents rendered in the AIR app, and browsing pages in first PDF would result into the second PDF changing pages too. Is there any way to listen/trigger those kind of events to a PDF in a HTML component in AIR? I saw this article http://www.adobe.com/devnet/air/ajax/quickstart/scripting_pdf.html , but I understand you have to create the PDF documents with special handling functions for javascript communication, and I can't assume this for my application, as I want the user to be able to use any PDF file he/she wants. thanks, Marc Baiges Camprubí

