setAsset

Last update: 2021-12-06
  • Created for:
  • Developer
    User

JavaScript API reference for Smart Crop Video Viewer.

setAsset(asset[, data])

Sets the new asset and optional additional asset data. You can call this parameter at any time, either before or after init(). If it is called after init(), the viewer swaps the asset at runtime.

See also [init]
(/docs/dynamic-media-developer-resources/library/c-html5-aem-asset-viewers/c-html5-aem-smartcropvideo/c-html5-aem-smartcropvideo-viewer-javascriptapiref/r-html5-aem-smartcropvideo-viewer-javascriptapiref-init.html?lang=en#reference-3b570ba8b35045d6b30fb178c21a66c6).

Parameters

asset

{ String } new asset ID.

data

{ JSON } JSON object with the following optional fields (case-sensitive):

  • posterimage - Image to display on the first frame before the video starts playing. See VideoPlayer.posterimage .
  • caption - location of the new closed caption file. If the file is not specified, the closed caption button is not visible in the user interface.

Returns

None.

Example

<instance>.setAsset("Scene7SharedAssets/Glacier_Climber_MP4")

On this page