if your problem is dealing with folders, then DB wont find the media type automatically.
Suppose you want to load a music file that is in a folder beyond your program so like the music file's address is like this
C/Program Files/mygame/music/song.mp3
And your program will go here
C/Program Files/mygame/game.exe
make sure in the load music commands you have this code
load music "music/song.mp3",1
play music 1
because using a code like this
load music "song.mp3",1
play music 1
only works if the program and music are in the same file.
if you want to be able to keep the code like that and not need to continuously make executables, then put the source code in the folder you plan to put the final in, but make sure to move the source code before publishing
Version--DB Classic
900 mhz AMD Athlon, 128 MB RAM,
16 MB NVidia Vanta gfx card, Windows ME System software