diff --git a/docs/Lily/Video.md b/docs/Lily/Video.md new file mode 100644 index 0000000000..19cf41175c --- /dev/null +++ b/docs/Lily/Video.md @@ -0,0 +1,174 @@ +# Video + +This extension allows you to load and display videos onto sprites. + +Unlike costumes, videos are temporary. As in, they are not loaded when the project is opened. Instead, videos are loaded with blocks as the project is running. + +## Video Management + +```scratch +load video from URL [https://extensions.turbowarp.org/dango.mp4] as [my video] :: #557882 +``` + +Videos can be imported using this block. + +The URL input must point **directly** to the video file (for example, a URL ending in .mp4, .webm, or another supported video format). Data.URIs are supported. + +The extension supports any video format that your browser's standard `