The docs are now back up again and better than ever!
Check them out here.
audio
An asset used for music and sound effects.
Please be aware that different browsers support different types of audio codecs. To support all the major browsers, you will need each audio file in MP3 and in OGG Vorbis format.
^ Codec ^ Supported by browsers ^ type= on source ^ | OGG Vorbis (.ogg) | Chrome, Firefox, Opera | ogg | | MP3 (.mp3) | Internet Explorer 9, Chrome | mp3 |
Usage
Attributes
- name: The audio's internal name.
- loop: Should it start at the beginning once a track is finished?
- "true"
- "false"
- fade: Use fade-in and fade-out when starting and stopping the audio?
- "true"
- "false"
