-
-
Notifications
You must be signed in to change notification settings - Fork 19
OSL ‐ Video Player
-
url= any string of a video url -
url.videoinfo("loaded")- true or false if a video is loaded -
url.videoinfo("playing")- true or false if a video is playing -
url.videoinfo("duration")- integer in seconds of the video length -
url.videoinfo("width")- integer in pixels of the video width -
url.videoinfo("height")- integer in pixels of the video height -
url.videoinfo("current_time")- integer in seconds of the current time through the video
The video player is useful for.. well videos
-
video "clearall"- Deletes all loaded videos from ram -
video url "clear"- Deletes a specific video from ram -
video url "play"- Plays a speicifc video (works between applications) -
video url "pause"- Pauses a specific video (works between applications) -
video url width title subtext icon- Renders a video with the video player ui
originOS is a web desktop gui with a self contained file system, programming languages, internet system and a whole lot of stuff an os should be able to do Use originOS here