I’ve noticed that you can use all sorts of sound files (such as mp3) as long as you use media.playSound( “FILE.mp3” ). If you use media.playEventSound( “FILE.mp3” ) it will not work. [import]uid: 3396 topic_id: 234 reply_id: 300234[/import]
Yes. Event sounds behave different and are usually 3 seconds or less. Low memory overhead. For MP3 and others, you need .playSound as it allocates more memory based on the format.
Carlos [import]uid: 24 topic_id: 234 reply_id: 297[/import]