NetLogo 7.0.0-beta2:

vid:movie-open

vid:movie-open filename

Opens a video from the file system. If the provided path is not absolute the extension searches for the given path relative to the current model directory. If the provided path is absolute the extension opens the file.

Example:

Errors:

  • Message "vid: no movie found": the movie could not be found.
  • Message "vid: format not supported": the user selected a movie with an unsupported format.

Take me to the full Vid Extension Dictionary