Search
Video.mediaLocation Property
See Also
 






Gets or sets URL of the video stream displayed in this component.

Namespace: MindFusion.Drawing
File: Video.js

 Syntax

JavaScript  Copy Code

get mediaLocation() {}
set mediaLocation(value) {}

 Property Value

String

A URL string that identifies the video to play.

 See Also