Umm how I can binary music then?
In your resources tab, right click on "Binary" and select "Add file" to add a copy of the file to the .exe itself. You can now use "Play music from resorce or "Play file from resource" or whatever in the events.
put the sound file in the same folder as the .cap or .exe and use
AppPath + "music.mp3"[/code:11j7sxtn]
If it's in the same folder you just have to put "\music.mp3"
If it's in a subfolder of the same folder just do "\sub\music.mp3"
Relative paths work fine like that.