Forum Discussion
Whiteboard?
You can create your own whiteboard tool with Javascript. Thus use that in Storyline. Some Javascript libraries that do that are:
https://caboodle-tech.github.io/whiteboard/index.html
https://github.com/caboodle-tech/whiteboard
But this sample is a simple single user whiteboard, i suppose you want multiple users to simulteanously draw in Storyline. Well thats possible too... search for 'multiuser whiteboard javascript library' and you will find quite a lot.
One i had working before in Storyline360 is:
https://togetherjs.com/
Togetherjs is a library by Mozilla and easily connects multiple users to your slides.
Here is a sample showing drawing...
https://togetherjs.com/examples/drawing/
So it is possible... but you need some good Javascript skills to get it working.
How would you add this whiteboard into Storyline? The only way I can think of is taking the URL and inserting it as a Web Object. Is there another way?
- MathNotermans-93 years agoCommunity MemberYou could add a Canvas Div with javascript and draw on that. Check my posts for Canvas or draw and you will find some more info. 
Related Content
- 3 years ago
- 8 years ago