Play a Sound
Version: N/AAuthor: N/A
Example: [ Click to View ]
Introduction
This script will play a sound once when the spot is clicked. You must upload the sound to your palace server before it can be played. Palace users can only hear wav files, Phalanx and other new clients can hear MP3's. There is a way to allow palace users to hear MP3 files, you add the RIFF header to the MP3. More can be read about that here: Add RIFF to MP3Usage
Click the spot and the beep.wav will play once.Customization
General things that can be changed to fit what you need in this script are underlined. Holding your mouse over the underlined text will display a message stating what that text does in the script.Spot
1
Play Beep
Normal
Open
ON SELECT
{
"beep.wav " SOUND
}
