Recent Changes - Search:

Information

Installation

Documentation

HtmlViewElementsVideo

Main
NameDescriptionValues AcceptedDefault
VideoUrlThe audio file to play.A file name or a string constant or variable.-
ControlThe control to show?A file name or a string constant or variable.-
VolumeThe audio file volume.A file name or a string constant or variable.-
LoopWhether the sound plays on a loop.A boolean variable or one of the constants true or false.-
CurrentTimeThe audio file current time to start with.A file name or a string constant or variable.-
AutoPlayThe audio file to autoplay.A file name or a string constant or variable.-
Interaction
NameDescriptionValues AcceptedDefault
OnPlayThe action invoked when audio playback starts.The JavaScript code to invoke for the action.-
OnPauseThe action invoked when audio playback is paused.The JavaScript code to invoke for the action.-
OnEndedThe action invoked when audio playback ends.The JavaScript code to invoke for the action.-
OnLoadedDataThe action invoked when audio data is loaded.The JavaScript code to invoke for the action.-
Graphical Aspect 
NameDescriptionValues AcceptedDefault
VisibilityThe visibility of the element.Boolean variable or constants true or false.-
DisplayDisplay style, can use "none," "inline-block," t==0?"block":"none" etc.Boolean variable or constants true or false.-
WidthWidth in pixels (e.g., 400px) or percentage (e.g., 100%).400px
HeightHeight in pixels (e.g., 300px) or viewport height (e.g., 90vh).300px
BackgroundThe background color for the element. Use the editor provided or read about colors.-
ForegroundThe color to use when drawing or writing in the element. Use the editor provided or read about colors.-
FontThe font used to display text in the element. Use the editor provided to select name, style, and size of the font.-
TooltipText displayed when the mouse is over the element.String constant or variable.-
ClassNameClass name.String constant or variable.-
CSSCSS.String constant or variable. { "display": "flex", "justify-content": "center", "align-items": "center"}-
WhiteSpaceWhite space.String constant or variable.-
TransformTransform.String constant or variable.-
Edit - History - Print - Recent Changes - Search
Page last modified on October 23, 2023, at 04:26 AM