"play"

Starts the playback of the given source.

Synopsis

void play(string url_or_file)

Parameters

Parameter Description
url_or_file

The path or url for display.

Description

Sets the source url/path to be displayed and starts playback.

Passing an empty string will start the playback of an already loaded source (e.g.: after "load" or "pause").

Assignment

VideoPlayer.ewo