Here's what I am talking about.I run a GameFAQs spinoff type board called Darkside Legion.What I wanna do is have a certain users MIDI file play when you click and open their userinfo page.I know that would take alot of writing and use of MIDI files.Can someone help me here?Thanks.
well, to display song in a webpage you can use HTML bgsound tag. <bgsound src="userfolder/midifile.mid" loop=1>
So.....I could create a users folder in the db, and using that code, it'll play just THEIR MIDI file in their profile?