Skip to main content
Participant
April 8, 2020
Question

how to share an html video

  • April 8, 2020
  • 1 reply
  • 211 views

I have a short video published in html. How do I share this with someone? Uploading the file folder of html, images and js to either gdrive or dropbox and then sharing is not working? Help?

thanks,

beth

    This topic has been closed for replies.

    1 reply

    Legend
    April 8, 2020

    There is no such thing as an HTML video. You apparently mean an HTML5 Canvas animation.

     

    To share it, you must either upload the entire published folder structure to a web server, or you must ZIP up the published folder structure and send it to the recipient, who will have to unZIP it on their computer and run it from there, though this might not work perfectly depending on what features you used, since Animate content really prefers to be running from a web server. Or if it's non-interactive, you can export it as an actual video and then email it or post it to YouTube or whatever.