Embed interactive pdf into a html page in an iframe
I was given an interactive pdf file, it has a slide with a small slideshow (3 slides) when looked at that particular slide. There is a play button and stop button at the bottom that appears/disappears if you move your mouse over it, and we can choose to play it or stop it. I don't know if its a video though. But, there is some interactivity in that slide. I tried to embed this pdf in an HTML file iframe. It works for the most part but the interactivity doesn't work in chrome: I have Version 53.0.2785.143 m of chrome.
However, not sure if by fluke or what, in IE 11 its working. Any ideas on how this can be made to work on chrome? I am using a simple iframe
<iframe src="file://C:\Users\svboll\embed-pdf\Interactive.pdf" style="width:718px; height:700px;"
frameborder="0"></iframe>
Adding:
I am actually trying to embed this interactive pdf into a HTML widget of a jive community, ultimately i would like to embed it in a jive community html widget. SO, any ideas on how to embed this and keep the interactivity of pdf on any browser or device would be appreciated
