src


srcstring

Sets or gets the file location of the current video.

Setting src changes the displayed video to the video found at the new src value.

Getting src returns the location of the current video file.

The video file is one of the following:

  • A video from the Media Manager. URL Format: wix:video://v1//#posterUri=&posterWidth=&posterHeight=
  • A video from a video sharing site. URL Format: https://www.site.com/video-path
  • An external video URL. URL Format: http(s)://site.com/video-file.mp4
Did this help?