Skip to main content

Sound, music, and video

  • #PLAY_SOUND, #STOP_SOUND
  • #AUDIO
  • #PLAY_MUSIC, #STOP_MUSIC
  • #AUDIOLOOP
  • [video]

Sound

TagDescription
# AUDIO: sound.mp3Play sound (once).
# PLAY_SOUND: sound.mp3Play sound (once).
# STOP_SOUND: sound.mp3Stop playing specific sound.
# STOP_SOUNDStop playing all sounds.

Music

TagDescription
# AUDIOLOOP: music.mp3Play background music (looped). There can be only one background music track.
# AUDIOLOOP: falseStop playing music.
# PLAY_MUSIC: music.mp3Play background music (looped). There can be multiple background music tracks, played simultaneously.
# STOP_MUSIC: music.mp3Stop playing specific background music.
# STOP_MUSICStop playing all background music.

Video

MarkupDescription
[video]path/to/video.mp4[/video]Display video.
Attributes:
loop=false disable video loop.
muted=true play video muted