I have a video embedded PDF file, I need to open it in an iPad application. But the problem now is the PDF files are readable in the iPad app and the video file is just showing as an image. Can i do something in my code to show the video, I mean something like Media Player framework in my app.
It doesn't work. You will not be able to play the video in pdf. I think embedded media is part of the current PDF spec which Adobe has not released into the open yet. Adobe holds onto the newest most advanced version to make a business case for it's Acrobat Pro line.
That being said you can try converting the .pdf
to .html
and then inserting the code for a video manually.