Phaser API Documentation

  Version: 
VideoFileConfig
Properties:
name type arguments description
key string | Phaser.Types.Loader.FileTypes.VideoFileConfig

The key to use for this file, or a file configuration object.

url string | Array.<string> | Phaser.Types.Loader.FileTypes.VideoFileURLConfig | Array.<Phaser.Types.Loader.FileTypes.VideoFileURLConfig> <optional>

The absolute or relative URLs to load the video files from.

noAudio boolean <optional>

Does the video have an audio track? If not you can enable auto-playing on it.

Type:
object