Skip to content

Instantly share code, notes, and snippets.

@alicemaz
Created August 3, 2015 03:35
Show Gist options
  • Save alicemaz/045f1bff86d6a8b06e80 to your computer and use it in GitHub Desktop.
Save alicemaz/045f1bff86d6a8b06e80 to your computer and use it in GitHub Desktop.
twine video
window.vidloader = function() {
var vid = document.createElement("video");
vid.src = "vid.ogv";
vid.preload = "auto";
return "";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment