In my game, I'd like to play music in my layouts in the simplest ways possible. I find that when you load the file during play time as an action, it's a bit complicated for my liking. You have to load the file from where the construct file is, otherwise you have to specify the folder, which I'm guessing as an exe would be a huge pain since I'd have to include all those files with the exe (Or am I wrong?), so I want to avoid that.
I notice that there is a folder for music and sounds in the project bar of Construct, so I'm wondering, how would I play music from the files I already loaded to those folders? I figure just putting them in the program like I would, say, a sprite, would be by far the easiest route to go, but in both Xaudio2 and Audiere, I can't figure out how to play those files I had already loaded.
So basically, what I'm hoping to do is just play the sounds I've already loaded into Construct. Any ideas how I'd go about doing that? Thanks.