Search.../

artistName

Sets or gets the name of the artist displayed in an audio player.

Type:

stringRead & Write

Was this helpful?

Get the audio player's artist name

Copy Code
1let artist = $w("#myAudioPlayer").artistName // "Artist name"
Set the audio player's artist name

Copy Code
1$w("#myAudioPlayer").artistName = "Artist name";