$root.$iremoteforms.REMOTEFORM.$objs.video

Parent: $root.$iremoteforms.REMOTEFORM.$objs
 
Children 

Class notation

Properties Methods Events 

Properties

Warning: with the exception of $componentctrl,$componentlib,$ident,$name and $objtype, the values of properties can only be read in client methods.

Object specific 
$currentpositionThe current play position (in seconds)
$disabledefaultcontextmenuIf true, the default context menu for the object will not be generated in response to a context click ($clib.$disabledefaultcontextmenu and $cobj.$disabledefaultcontextmenu must both be false for the menu to be generated)
$durationThe duration of the currently loaded video, in seconds. If no video is currently loaded, this will be -1
$playbackrateThe video's playback speed, with 1.0 being default speed. Youtube will round down to the closest supported rate of the particular video
$playingWhether the video is currently playing. Assign to this in order to play or pause the video. Note that many mobile devices prevent the playing of videos if not in direct response to a user action
$posterA URL to an image to be used as the video's poster image (displayed before the video is loaded). HTML5 video only
$requestcaptionsIf true, closed captions will be turned on (when available, attempting to use the client's language) for Youtube videos.
$showcontrolsIf true,the control displays video controls such as play and pause buttons
$startpositionThe starting time for the video (in seconds), applied when it is first loaded.
$tracksThe name of the list to populate <track> tags for adding captions, subtitles, etc. Not usable with $youtube=kTrue (YouTube has it's own method of adding captions, subtitles, etc)
$volumeThe video's volume level, between 0 and 100
$youtubeIf true,the control will play a movie from YouTube. In which case,column 1 of row 1 of the dataname list is the YouTube video id
Standard$active $alpha $backalpha $backcolor $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $defaultinactiveappearance $disablesystemfocus $dragborder $dropmode $edgefloat $effect $errortext $errortextpos $events $fieldstyle $height $ident $left $linestyle $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $tooltip $top $userinfo $visible $visibleinbreakpoint $width

Methods

$showpanel$showpanel(iAction[,iMode=kSidePanelModeAuto]) executes kSidePanelAction... on a side panel object. iMode only applies to kSidePanelActionShow,and must be kSidePanelModeCover/Push/Auto. For JS client,$showpanel must be executed on the client

Events

Object specific 
evVideoEndedSent when the video has finished playing
Parameters
pEventCodeThe event code
pVideoURLThe URL to the video to which the event relates. A URL if $youtube=kFalse, a Youtube video ID if $youtube=kTrue
evVideoReadySent when the video has loaded to a point such that it is ready to be played
Parameters
pEventCodeThe event code
pVideoURLThe URL to the video to which the event relates. A URL if $youtube=kFalse, a Youtube video ID if $youtube=kTrue
evWillHideSent to a field before it is hidden. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
evWillShowSent to a field before it becomes visible. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
StandardevBefore evCanDrop evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods