Forum Discussion
JillFreeman-64d
2 years agoCommunity Member
How to embed an interactive Storyline file in a wiki?
I'd like to embed the entire published folder in our internal wiki as indicated in this older thread:
The goal is to keep users on the wiki page and play the Storyline file like a video, but with interactivity. I am unable to find code to do this. Has anyone accomplished this?
- Jürgen_Schoene_Community Member
embed the storyline course as iframe in your wiki
<iframe width="100%" height="100%" src="https:// ... /story.html" frameborder="0" allowfullscreen></iframe>