Video
Creating a Video Element
// video url width height
// "height" argument is optional
url = "https://raw.githubusercontent.com/Mistium/Origin-OS/main/Resources/gifs/badapplefull.mp4"
video url 300 400// video "load" url id
url = "https://raw.githubusercontent.com/Mistium/Origin-OS/main/Resources/gifs/badapplefull.mp4"
video "load" url "my_video_id"
// the video can then be rendered later by replacing the url argument with the video's id
video "my_video_id" 300 400Manipulating a Video Element
"Pause" and "Play"
"Seek"
"Volume" and "Speed"
"Clear"
Video Info
Method
Type
Description
Last updated