Limit of 50 open PDFs in AIR?
Created an AIR application using Flash Builder 4 and AIR 2. Application opens numerous PDF documents and allows user to navigate between these documents. Apparently there is a limit of 50 open PDF documents in AIR, then get an error message saying this limit is reached. Please confirm this limit exists. How can a Flex application get around this limit? I was thinking of gathering handles and keeping track of them so that some PDF documents can be closed to make room for others, but this is klugy.
