load-audio
The load-audio
action Loads an audio file into memory for later playback. It belongs to the audio category within the media area.
Action Syntax
load-audio ~sound https://...
A sound identifier starting with ~ followed by A valid URL
load-audio ~sound $variable
A sound identifier starting with ~ followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
load-audio ~song https://example.com/song.mp3
// Using Variables
// Display dynamic content from variables
load-audio ~song $url-variable
Action code: 4220451345
Version: 0.6.4-11
Last updated: 2025-06-13