Hello,
I need to know the src attribute for embeding the Confluence out-of-the-box content player (PowerPoint player).
This I need to embed into a course in LearnUp LMS (Confluence addon), the powerpoint file itself is stored and attached to a confluence site.
I tried to use this html embed code, but it does not show the content player. It will trigger the download of the powerpoint attachment file instantly.
<iframe height="375" width="600" src="https://MYCONFLUENCEURL/download/attachments/23592972/test.pptx"></iframe>
I found a workaround, which includes the powerpoint content player, but it requires office 365 / onedrive. It means that the powerpoint file must be stored in OneDrive, which is not acceptable.
Many thanks!
Regards,
David
Hey David,
I've tried getting this working down the road you've looked at - using Confluence's own viewer to try and display a PowerPoint deck in LearnUp. First I tried just grabbing the HTML off a viewer page. That doesn't contain the CSS styles though, so things like the controls didn't show up. Then I scraped the CSS which made the first page display properly, but the javascript controls to advance the slides didn't work. I also hit "request entity too large" a couple times already which makes me sure that even trying to include the javascript in addition to all the necessary HTML and CSS won't fit within the limits.
So without some serious heavy lifting in trying to re-architect the PowerPoint viewer's source, I don't think this will happen with Confluence's inbuilt viewer. The viewer just wasn't built with this kind of use-case in mind.
Some other options I came up with while playing around:
Hope this helps and I wish you the best in your course creation!
Cheers,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.