I need to open a PDF in flash player 10. The swf will not be running in a browser and there will not be an adobe reader program on the system. I need to know if its possible
There an other alternative, read PDF bytes and render it with AS3. Few libs already exist (on http://code.google.com):
These PDF parsers don't support all avaiable PDF format's functionalities and I think you can't handle it with the same easiness of AIR integrated PDF reader (througt flash.html.HTMLLoader).