From kde-bugs-dist Thu Oct 25 06:45:14 2012 From: Tobias Koenig Date: Thu, 25 Oct 2012 06:45:14 +0000 To: kde-bugs-dist Subject: [Bug 301607] Movie poster image not shown in pdf created with LaTeX and the movie15 package Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=135114752305270 https://bugs.kde.org/show_bug.cgi?id=301607 Tobias Koenig changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tokoe@kde.org --- Comment #4 from Tobias Koenig --- The PDFs that are rendered with latest movie15 package use ScreenAnnotations with Rendition objects to implement the creation of the MediaPlayer, auto-start the movie, show a poster image etc. With commit 6dddb7eff892702080ab61bdb414896e14dd4585 the foundation has been implemented. The JavaScript code associated with the Rendition objects of ScreenAnnotations, is evaluated by the JSEngine now. However the objects and callbacks used in the JavaScript code are not provided by Okular yet (see http://www.adobe.com/devnet/acrobat/pdfs/js_api_reference.pdf for reference), so the engine always reports an error. Implementing these objects and callbacks in Okular and publish them to the JavaScript environment would be the next steps to solve this bug. Recommended process: Since the MediaPlayer and callback API is quite extensive, I'd recommend to analyze the JS that is embedded in the PDF, extract the API that is actually used by these scripts and than implement only that API for the moment. -- You are receiving this mail because: You are watching all bug changes.