I don’t know the best 360 player, but it is pretty easy to incorporate that into Hype. Here’s what you’d do:
- Add a HTML Widget
- Take the example code provided on the site and paste into the Widget’s Inner HTML
- Any specific references (in this case the absolute, not https, paths) should be replaced with ‘${resourcesFolderName}/’ for the path.
For example,
<script src="/js/videojs-pannellum-plugin.js"></script>
becomes:
<script src="${resourcesFolderName}/videojs-pannellum-plugin.js"></script>
(do this for the poster image and videos)
- Then drag in those files into the Hype Resources Library.
Here’s an example from their page I threw together: